#BDBBD6

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

Shades of Lavender Grey #BDBBD6

Tints of Lavender Grey #BDBBD6

Color information

#BDBBD6 (or 0xBDBBD6) is unknown color: approx Lavender Grey. HEX triplet: BD, BB and D6. RGB value is (189,187,214). Sum of RGB (Red+Green+Blue) = 189+187+214=590 (78% of max value = 765). Red value is 189 (74.22% from 255 or 32.03% from 590); Green value is 187 (73.44% from 255 or 31.69% from 590); Blue value is 214 (83.98% from 255 or 36.27% from 590); Max value from RGB is 214 - color contains mainly: blue. Hex color #BDBBD6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDBBD6 is #424429. Grayscale: #BEBEBE. Windows color (decimal): -4342826 or 14072765. OLE color: 14072765.

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

Color convert

RGB189187214-
CMYK0.120.1300.16
HSL244.44º24.77%78.63%-
HSV(B)244.44º12.62%83.92%-
XYZ50.8951.2170.82-
YUV190.68141.16126.8-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 32.03%
GREEN value IS 187 (73.44% from 255) = 31.69%
BLUE value IS 214 (83.98% from 255) = 36.27%
R=32.03%
G=31.69%
B=36.27%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1891872140.120.1300.16244.4424.7778.63
HexBDBBD6CD010f4194f
Octal275273326141502036431117
Binary1011110110111011110101101100110101000011110100110011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDBBD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDBBD6; }

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

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

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

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

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

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

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

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