#BDBECD

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

Shades of Lavender Grey #BDBECD

Tints of Lavender Grey #BDBECD

Color information

#BDBECD (or 0xBDBECD) is unknown color: approx Lavender Grey. HEX triplet: BD, BE and CD. RGB value is (189,190,205). Sum of RGB (Red+Green+Blue) = 189+190+205=584 (77% of max value = 765). Red value is 189 (74.22% from 255 or 32.36% from 584); Green value is 190 (74.61% from 255 or 32.53% from 584); Blue value is 205 (80.47% from 255 or 35.10% from 584); Max value from RGB is 205 - color contains mainly: blue. Hex color #BDBECD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDBECD is #424132. Grayscale: #BFBFBF. Windows color (decimal): -4342067 or 13483709. OLE color: 13483709.

HSL color Cylindrical-coordinate representation of color #BDBECD: hue angle of 236.25º degrees, saturation: 0.14, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #BDBECD is Cyan = 0.08, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB189190205-
CMYK0.080.0700.20
HSL236.25º13.79%77.25%-
HSV(B)236.25º7.8%80.39%-
XYZ50.4252.0565.15-
YUV191.41135.67126.28-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 32.36%
GREEN value IS 190 (74.61% from 255) = 32.53%
BLUE value IS 205 (80.47% from 255) = 35.10%
R=32.36%
G=32.53%
B=35.10%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1891902050.080.0700.20236.2513.7977.25
HexBDBECD87014ece4d
Octal27527631510702435416115
Binary10111101101111101100110110001110101001110110011101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDBECD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDBECD; }

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

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

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

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

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

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

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

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