#BDBDCE

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

Shades of Lavender Grey #BDBDCE

Tints of Lavender Grey #BDBDCE

Color information

#BDBDCE (or 0xBDBDCE) is unknown color: approx Lavender Grey. HEX triplet: BD, BD and CE. RGB value is (189,189,206). Sum of RGB (Red+Green+Blue) = 189+189+206=584 (77% of max value = 765). Red value is 189 (74.22% from 255 or 32.36% from 584); Green value is 189 (74.22% from 255 or 32.36% from 584); Blue value is 206 (80.86% from 255 or 35.27% from 584); Max value from RGB is 206 - color contains mainly: blue. Hex color #BDBDCE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDBDCE is #424231. Grayscale: #BEBEBE. Windows color (decimal): -4342322 or 13548989. OLE color: 13548989.

HSL color Cylindrical-coordinate representation of color #BDBDCE: hue angle of 240º 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 #BDBDCE is Cyan = 0.08, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB189189206-
CMYK0.080.0800.19
HSL240º14.78%77.45%-
HSV(B)240º8.25%80.78%-
XYZ50.3251.6765.71-
YUV190.94136.5126.62-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 32.36%
GREEN value IS 189 (74.22% from 255) = 32.36%
BLUE value IS 206 (80.86% from 255) = 35.27%
R=32.36%
G=32.36%
B=35.27%

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
Decimal1891892060.080.0800.1924014.7877.45
HexBDBDCE88013f0f4d
Octal275275316101002336017115
Binary101111011011110111001110100010000100111111000011111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDBDCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDBDCE; }

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

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

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

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

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

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

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

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