#BDBBDC

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

Shades of Lavender Grey #BDBBDC

Tints of Lavender Grey #BDBBDC

Color information

#BDBBDC (or 0xBDBBDC) is unknown color: approx Lavender Grey. HEX triplet: BD, BB and DC. RGB value is (189,187,220). Sum of RGB (Red+Green+Blue) = 189+187+220=596 (78% of max value = 765). Red value is 189 (74.22% from 255 or 31.71% from 596); Green value is 187 (73.44% from 255 or 31.38% from 596); Blue value is 220 (86.33% from 255 or 36.91% from 596); Max value from RGB is 220 - color contains mainly: blue. Hex color #BDBBDC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDBBDC is #424423. Grayscale: #BFBFBF. Windows color (decimal): -4342820 or 14465981. OLE color: 14465981.

HSL color Cylindrical-coordinate representation of color #BDBBDC: hue angle of 243.64º degrees, saturation: 0.32, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #BDBBDC is Cyan = 0.14, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB189187220-
CMYK0.140.1500.14
HSL243.64º32.04%79.8%-
HSV(B)243.64º15%86.27%-
XYZ51.6751.5374.93-
YUV191.36144.16126.32-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 31.71%
GREEN value IS 187 (73.44% from 255) = 31.38%
BLUE value IS 220 (86.33% from 255) = 36.91%
R=31.71%
G=31.38%
B=36.91%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1891872200.140.1500.14243.6432.0479.8
HexBDBBDCEF0Ef42050
Octal275273334161701636440120
Binary1011110110111011110111001110111101110111101001000001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDBBDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDBBDC; }

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

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

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

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

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

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

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

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