Color Hex Logo

#b2bfdc Color Hex

#B2BFDC
(178,191,220)
0 Favorites   0 Comments

Color spaces of #b2bfdc

RGB 178191220
HSL0.620.380.78
HSV221°19°86°
CMYK 0.190.130.00   0.14
XYZ49.909251.893975.0962
Yxy51.89390.28210.2934
Hunter Lab72.0374-2.3965-11.3813
CIE-Lab77.21741.5839-15.9856

#b2bfdc color RGB value is (178,191,220).

#b2bfdc hex color red value is 178, green value is 191 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #b2bfdc hue: 0.62 , saturation: 0.38 and the lightness value of b2bfdc is 0.78.

The process color (four color CMYK) of #b2bfdc color hex is 0.19, 0.13, 0.00, 0.14. Web safe color of #b2bfdc is #99cccc. Color #b2bfdc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 10111111 11011100
Octal 262 277 334
Decimal 178 191 220
Hex B2 BF DC

RGB Percentages of Color #b2bfdc

%30.22
%32.43
%37.35

CMYK Percentages of Color #b2bfdc

%19
%13
%0
%14

Triadic Colors of #b2bfdc

#b2bfdc #dcb2bf #bfdcb2

Analogous Colors of #b2bfdc

#b2bfdc #bab2dc #b2d4dc

Monochromatic Colors of #b2bfdc

#b2bfdc

Complementary Color

#b2bfdc #dccfb2

#b2bfdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b2bfdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b2bfdc Color CSS Codes

.mybgcolor {background-color:#b2bfdc; } 
.myforecolor {color:#b2bfdc; }
.mybordercolor {border:3px solid #b2bfdc; }

#b2bfdc Text Font Color

<p style="color:#b2bfdc">Text here</p>

This sample text font color is #b2bfdc
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#b2bfdc Background Color

<div style="background-color:#b2bfdc">
Div content here</div>

This div background color is #b2bfdc


#b2bfdc Border Color

<div style="border:3px solid #b2bfdc">
Div here</div>

This div border color is #b2bfdc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(178,191,220, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #b2bfdc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #b2bfdc;
  -webkit-box-shadow: 1px 1px 3px 2px #b2bfdc;
  box-shadow:         1px 1px 3px 2px #b2bfdc; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(178,191,220, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #b2bfdc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #b2bfdc;
  -webkit-box-shadow: 1px 1px 3px 2px #b2bfdc;
  box-shadow:         1px 1px 3px 2px #b2bfdc;">
Div content here</div>

This div box has shadow with color #b2bfdc


Comments

No comments written yet.

Please login to write comment.