#BDBECE

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

Shades of Lavender Grey #BDBECE

Tints of Lavender Grey #BDBECE

Color information

#BDBECE (or 0xBDBECE) is unknown color: approx Lavender Grey. HEX triplet: BD, BE and CE. RGB value is (189,190,206). Sum of RGB (Red+Green+Blue) = 189+190+206=585 (77% of max value = 765). Red value is 189 (74.22% from 255 or 32.31% from 585); Green value is 190 (74.61% from 255 or 32.48% from 585); Blue value is 206 (80.86% from 255 or 35.21% from 585); Max value from RGB is 206 - color contains mainly: blue. Hex color #BDBECE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDBECE is #424131. Grayscale: #BFBFBF. Windows color (decimal): -4342066 or 13549245. OLE color: 13549245.

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

Color convert

RGB189190206-
CMYK0.080.0800.19
HSL236.47º14.78%77.45%-
HSV(B)236.47º8.25%80.78%-
XYZ50.5452.165.79-
YUV191.52136.17126.2-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 32.31%
GREEN value IS 190 (74.61% from 255) = 32.48%
BLUE value IS 206 (80.86% from 255) = 35.21%
R=32.31%
G=32.48%
B=35.21%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1891902060.080.0800.19236.4714.7877.45
HexBDBECE88013ecf4d
Octal275276316101002335417115
Binary101111011011111011001110100010000100111110110011111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDBECE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDBECE; }

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

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

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

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

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

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

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

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