Color Hex Logo

#bbb2df Color Hex

#BBB2DF
(187,178,223)
0 Favorites   0 Comments

Color spaces of #bbb2df

RGB 187178223
HSL0.700.410.79
HSV252°20°87°
CMYK 0.160.200.00   0.13
XYZ49.733247.733376.4043
Yxy47.73330.28600.2745
Hunter Lab69.08937.5851-17.2050
CIE-Lab74.656412.1478-21.4212

#bbb2df color RGB value is (187,178,223).

#bbb2df hex color red value is 187, green value is 178 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #bbb2df hue: 0.70 , saturation: 0.41 and the lightness value of bbb2df is 0.79.

The process color (four color CMYK) of #bbb2df color hex is 0.16, 0.20, 0.00, 0.13. Web safe color of #bbb2df is #cc99cc. Color #bbb2df contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 10110010 11011111
Octal 273 262 337
Decimal 187 178 223
Hex BB B2 DF

RGB Percentages of Color #bbb2df

%31.80
%30.27
%37.93

CMYK Percentages of Color #bbb2df

%16
%20
%0
%13

Triadic Colors of #bbb2df

#bbb2df #dfbbb2 #b2dfbb

Analogous Colors of #bbb2df

#bbb2df #d2b2df #b2c0df

Monochromatic Colors of #bbb2df

#bbb2df

Complementary Color

#bbb2df #d6dfb2

#bbb2df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbb2df Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbb2df Color CSS Codes

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

#bbb2df Text Font Color

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

This sample text font color is #bbb2df
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.


#bbb2df Background Color

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

This div background color is #bbb2df


#bbb2df Border Color

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

This div border color is #bbb2df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbb2df


Comments

No comments written yet.

Please login to write comment.