#BDBEEC

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

Shades of Lavender Grey #BDBEEC

Tints of Lavender Grey #BDBEEC

Color information

#BDBEEC (or 0xBDBEEC) is unknown color: approx Lavender Grey. HEX triplet: BD, BE and EC. RGB value is (189,190,236). Sum of RGB (Red+Green+Blue) = 189+190+236=615 (81% of max value = 765). Red value is 189 (74.22% from 255 or 30.73% from 615); Green value is 190 (74.61% from 255 or 30.89% from 615); Blue value is 236 (92.58% from 255 or 38.37% from 615); Max value from RGB is 236 - color contains mainly: blue. Hex color #BDBEEC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDBEEC is #424113. Grayscale: #C2C2C2. Windows color (decimal): -4342036 or 15515325. OLE color: 15515325.

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

Color convert

RGB189190236-
CMYK0.200.1900.07
HSL238.72º55.29%83.33%-
HSV(B)238.72º19.92%92.55%-
XYZ54.5453.786.85-
YUV194.94151.17123.76-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 30.73%
GREEN value IS 190 (74.61% from 255) = 30.89%
BLUE value IS 236 (92.58% from 255) = 38.37%
R=30.73%
G=30.89%
B=38.37%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1891902360.200.1900.07238.7255.2983.33
HexBDBEEC141307ef3753
Octal27527635424230735767123
Binary10111101101111101110110010100100110111111011111101111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDBEEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDBEEC; }

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

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

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

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

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

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

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

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