#BDBBEC

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

Shades of Lavender Grey #BDBBEC

Tints of Lavender Grey #BDBBEC

Color information

#BDBBEC (or 0xBDBBEC) is unknown color: approx Lavender Grey. HEX triplet: BD, BB and EC. RGB value is (189,187,236). Sum of RGB (Red+Green+Blue) = 189+187+236=612 (81% of max value = 765). Red value is 189 (74.22% from 255 or 30.88% from 612); Green value is 187 (73.44% from 255 or 30.56% from 612); Blue value is 236 (92.58% from 255 or 38.56% from 612); Max value from RGB is 236 - color contains mainly: blue. Hex color #BDBBEC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDBBEC is #424413. Grayscale: #C0C0C0. Windows color (decimal): -4342804 or 15514557. OLE color: 15514557.

HSL color Cylindrical-coordinate representation of color #BDBBEC: hue angle of 242.45º degrees, saturation: 0.56, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BDBBEC is Cyan = 0.20, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB189187236-
CMYK0.200.2100.07
HSL242.45º56.32%82.94%-
HSV(B)242.45º20.76%92.55%-
XYZ53.952.4286.63-
YUV193.18152.16125.02-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 30.88%
GREEN value IS 187 (73.44% from 255) = 30.56%
BLUE value IS 236 (92.58% from 255) = 38.56%
R=30.88%
G=30.56%
B=38.56%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1891872360.200.2100.07242.4556.3282.94
HexBDBBEC141507f23853
Octal27527335424250736270123
Binary10111101101110111110110010100101010111111100101110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDBBEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDBBEC; }

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

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

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

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

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

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

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

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