#BDBBD3

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

Shades of Lavender Grey #BDBBD3

Tints of Lavender Grey #BDBBD3

Color information

#BDBBD3 (or 0xBDBBD3) is unknown color: approx Lavender Grey. HEX triplet: BD, BB and D3. RGB value is (189,187,211). Sum of RGB (Red+Green+Blue) = 189+187+211=587 (77% of max value = 765). Red value is 189 (74.22% from 255 or 32.20% from 587); Green value is 187 (73.44% from 255 or 31.86% 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 #BDBBD3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDBBD3 is #42442C. Grayscale: #BEBEBE. Windows color (decimal): -4342829 or 13876157. OLE color: 13876157.

HSL color Cylindrical-coordinate representation of color #BDBBD3: hue angle of 245º 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 #BDBBD3 is Cyan = 0.10, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB189187211-
CMYK0.100.1100.17
HSL245º21.43%78.04%-
HSV(B)245º11.37%82.75%-
XYZ50.5151.0668.82-
YUV190.33139.66127.05-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1891872110.100.1100.1724521.4378.04
HexBDBBD3AB011f5154e
Octal275273323121302136525116
Binary1011110110111011110100111010101101000111110101101011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDBBD3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDBBD3; }

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

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

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

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

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

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

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

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