#BBB6DF

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

Shades of Lavender Grey #BBB6DF

Tints of Lavender Grey #BBB6DF

Color information

#BBB6DF (or 0xBBB6DF) is unknown color: approx Lavender Grey. HEX triplet: BB, B6 and DF. RGB value is (187,182,223). Sum of RGB (Red+Green+Blue) = 187+182+223=592 (78% of max value = 765). Red value is 187 (73.44% from 255 or 31.59% from 592); Green value is 182 (71.48% from 255 or 30.74% from 592); Blue value is 223 (87.5% from 255 or 37.67% from 592); Max value from RGB is 223 - color contains mainly: blue. Hex color #BBB6DF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBB6DF is #444920. Grayscale: #BCBCBC. Windows color (decimal): -4475169 or 14661307. OLE color: 14661307.

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

Color convert

RGB187182223-
CMYK0.160.1800.13
HSL247.32º39.05%79.41%-
HSV(B)247.32º18.39%87.45%-
XYZ50.5449.3576.67-
YUV188.17147.66127.17-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 31.59%
GREEN value IS 182 (71.48% from 255) = 30.74%
BLUE value IS 223 (87.5% from 255) = 37.67%
R=31.59%
G=30.74%
B=37.67%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1871822230.160.1800.13247.3239.0579.41
HexBBB6DF10120Df7274f
Octal273266337202201536747117
Binary101110111011011011011111100001001001101111101111001111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBB6DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBB6DF; }

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

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

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

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

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

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

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

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