#BDBBD4

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

Shades of Lavender Grey #BDBBD4

Tints of Lavender Grey #BDBBD4

Color information

#BDBBD4 (or 0xBDBBD4) is unknown color: approx Lavender Grey. HEX triplet: BD, BB and D4. RGB value is (189,187,212). Sum of RGB (Red+Green+Blue) = 189+187+212=588 (77% of max value = 765). Red value is 189 (74.22% from 255 or 32.14% from 588); Green value is 187 (73.44% from 255 or 31.80% from 588); Blue value is 212 (83.20% from 255 or 36.05% from 588); Max value from RGB is 212 - color contains mainly: blue. Hex color #BDBBD4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDBBD4 is #42442B. Grayscale: #BEBEBE. Windows color (decimal): -4342828 or 13941693. OLE color: 13941693.

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

Color convert

RGB189187212-
CMYK0.110.1200.17
HSL244.8º22.52%78.24%-
HSV(B)244.8º11.79%83.14%-
XYZ50.6451.1169.48-
YUV190.45140.16126.97-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 32.14%
GREEN value IS 187 (73.44% from 255) = 31.80%
BLUE value IS 212 (83.20% from 255) = 36.05%
R=32.14%
G=31.80%
B=36.05%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1891872120.110.1200.17244.822.5278.24
HexBDBBD4BC011f5174e
Octal275273324131402136527116
Binary1011110110111011110101001011110001000111110101101111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDBBD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDBBD4; }

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

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

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

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

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

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

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

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