#BDBECF

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

Shades of Lavender Grey #BDBECF

Tints of Lavender Grey #BDBECF

Color information

#BDBECF (or 0xBDBECF) is unknown color: approx Lavender Grey. HEX triplet: BD, BE and CF. RGB value is (189,190,207). Sum of RGB (Red+Green+Blue) = 189+190+207=586 (77% of max value = 765). Red value is 189 (74.22% from 255 or 32.25% from 586); Green value is 190 (74.61% from 255 or 32.42% from 586); Blue value is 207 (81.25% from 255 or 35.32% from 586); Max value from RGB is 207 - color contains mainly: blue. Hex color #BDBECF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDBECF is #424130. Grayscale: #BFBFBF. Windows color (decimal): -4342065 or 13614781. OLE color: 13614781.

HSL color Cylindrical-coordinate representation of color #BDBECF: hue angle of 236.67º degrees, saturation: 0.16, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #BDBECF is Cyan = 0.09, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB189190207-
CMYK0.090.0800.19
HSL236.67º15.79%77.65%-
HSV(B)236.67º8.7%81.18%-
XYZ50.6652.1566.43-
YUV191.64136.67126.12-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 32.25%
GREEN value IS 190 (74.61% from 255) = 32.42%
BLUE value IS 207 (81.25% from 255) = 35.32%
R=32.25%
G=32.42%
B=35.32%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1891902070.090.0800.19236.6715.7977.65
HexBDBECF98013ed104e
Octal275276317111002335520116
Binary1011110110111110110011111001100001001111101101100001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDBECF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDBECF; }

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

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

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

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

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

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

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

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