#BBBDD3

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

Shades of Lavender Grey #BBBDD3

Tints of Lavender Grey #BBBDD3

Color information

#BBBDD3 (or 0xBBBDD3) is unknown color: approx Lavender Grey. HEX triplet: BB, BD and D3. RGB value is (187,189,211). Sum of RGB (Red+Green+Blue) = 187+189+211=587 (77% of max value = 765). Red value is 187 (73.44% from 255 or 31.86% from 587); Green value is 189 (74.22% from 255 or 32.20% from 587); Blue value is 211 (82.81% from 255 or 35.95% from 587); Max value from RGB is 211 - color contains mainly: blue. Hex color #BBBDD3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBBDD3 is #44422C. Grayscale: #BEBEBE. Windows color (decimal): -4473389 or 13876667. OLE color: 13876667.

HSL color Cylindrical-coordinate representation of color #BBBDD3: hue angle of 235º degrees, saturation: 0.21, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #BBBDD3 is Cyan = 0.11, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB187189211-
CMYK0.110.1000.17
HSL235º21.43%78.04%-
HSV(B)235º11.37%82.75%-
XYZ50.4551.6668.94-
YUV190.91139.34125.21-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 31.86%
GREEN value IS 189 (74.22% from 255) = 32.20%
BLUE value IS 211 (82.81% from 255) = 35.95%
R=31.86%
G=32.20%
B=35.95%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1871892110.110.1000.1723521.4378.04
HexBBBDD3BA011eb154e
Octal273275323131202135325116
Binary1011101110111101110100111011101001000111101011101011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBBDD3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBBDD3; }

 p { color: rgb(187,189,211); }

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

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

 a { background-color: rgb(187,189,211); }

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

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

 span { border-color: rgb(187,189,211); }

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