#BBB5DF

Color #BBB5DF Lavender Grey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lavender Grey #BBB5DF

Tints of Lavender Grey #BBB5DF

Color information

#BBB5DF (or 0xBBB5DF) is unknown color: approx Lavender Grey. HEX triplet: BB, B5 and DF. RGB value is (187,181,223). Sum of RGB (Red+Green+Blue) = 187+181+223=591 (78% of max value = 765). Red value is 187 (73.44% from 255 or 31.64% from 591); Green value is 181 (71.09% from 255 or 30.63% from 591); Blue value is 223 (87.5% from 255 or 37.73% from 591); Max value from RGB is 223 - color contains mainly: blue. Hex color #BBB5DF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBB5DF is #444A20. Grayscale: #BBBBBB. Windows color (decimal): -4475425 or 14661051. OLE color: 14661051.

HSL color Cylindrical-coordinate representation of color #BBB5DF: hue angle of 248.57º degrees, saturation: 0.4, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BBB5DF is Cyan = 0.16, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB187181223-
CMYK0.160.1900.13
HSL248.57º39.62%79.22%-
HSV(B)248.57º18.83%87.45%-
XYZ50.3448.9476.61-
YUV187.58147.99127.58-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 187 (73.44% from 255) = 31.64%
GREEN value IS 181 (71.09% from 255) = 30.63%
BLUE value IS 223 (87.5% from 255) = 37.73%
R=31.64%
G=30.63%
B=37.73%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1871812230.160.1900.13248.5739.6279.22
HexBBB5DF10130Df9284f
Octal273265337202301537150117
Binary101110111011010111011111100001001101101111110011010001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBB5DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBB5DF; }

 p { color: rgb(187,181,223); }

 H1.HeaderClassName
 {
   color: #BBB5DF;
 }
 .AnyTagClassName
 {
   color: #BBB5DF;
 }
</style>
background-color css

<style>
 a { background-color: #BBB5DF; }

 a { background-color: rgb(187,181,223); }

 div.DivClassName
 {
   background-color: #BBB5DF;
 }
 .BgClassName
 {
   background-color: #BBB5DF;
 }
</style>
border-color css

<style>
 span { border-color: #BBB5DF; }

 span { border-color: rgb(187,181,223); }

 td.TdClassName
 {
   border-color: #BBB5DF;
 }
 .TagClassName
 {
   border-color: #BBB5DF;
 }
</style>