#BDBBDA

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

Shades of Lavender Grey #BDBBDA

Tints of Lavender Grey #BDBBDA

Color information

#BDBBDA (or 0xBDBBDA) is unknown color: approx Lavender Grey. HEX triplet: BD, BB and DA. RGB value is (189,187,218). Sum of RGB (Red+Green+Blue) = 189+187+218=594 (78% of max value = 765). Red value is 189 (74.22% from 255 or 31.82% from 594); Green value is 187 (73.44% from 255 or 31.48% from 594); Blue value is 218 (85.55% from 255 or 36.70% from 594); Max value from RGB is 218 - color contains mainly: blue. Hex color #BDBBDA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDBBDA is #424425. Grayscale: #BFBFBF. Windows color (decimal): -4342822 or 14334909. OLE color: 14334909.

HSL color Cylindrical-coordinate representation of color #BDBBDA: hue angle of 243.87º degrees, saturation: 0.3, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #BDBBDA is Cyan = 0.13, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB189187218-
CMYK0.130.1400.15
HSL243.87º29.52%79.41%-
HSV(B)243.87º14.22%85.49%-
XYZ51.4151.4273.55-
YUV191.13143.16126.48-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 31.82%
GREEN value IS 187 (73.44% from 255) = 31.48%
BLUE value IS 218 (85.55% from 255) = 36.70%
R=31.82%
G=31.48%
B=36.70%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1891872180.130.1400.15243.8729.5279.41
HexBDBBDADE0Ff41e4f
Octal275273332151601736436117
Binary101111011011101111011010110111100111111110100111101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDBBDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDBBDA; }

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

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

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

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

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

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

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

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