#BDC1E0

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

Shades of Lavender Grey #BDC1E0

Tints of Lavender Grey #BDC1E0

Color information

#BDC1E0 (or 0xBDC1E0) is unknown color: approx Lavender Grey. HEX triplet: BD, C1 and E0. RGB value is (189,193,224). Sum of RGB (Red+Green+Blue) = 189+193+224=606 (80% of max value = 765). Red value is 189 (74.22% from 255 or 31.19% from 606); Green value is 193 (75.78% from 255 or 31.85% from 606); Blue value is 224 (87.89% from 255 or 36.96% from 606); Max value from RGB is 224 - color contains mainly: blue. Hex color #BDC1E0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDC1E0 is #423E1F. Grayscale: #C3C3C3. Windows color (decimal): -4341280 or 14729661. OLE color: 14729661.

HSL color Cylindrical-coordinate representation of color #BDC1E0: hue angle of 233.14º degrees, saturation: 0.36, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #BDC1E0 is Cyan = 0.16, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB189193224-
CMYK0.160.1400.12
HSL233.14º36.08%80.98%-
HSV(B)233.14º15.62%87.84%-
XYZ53.5154.3478.19-
YUV195.34144.17123.48-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 31.19%
GREEN value IS 193 (75.78% from 255) = 31.85%
BLUE value IS 224 (87.89% from 255) = 36.96%
R=31.19%
G=31.85%
B=36.96%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1891932240.160.1400.12233.1436.0880.98
HexBDC1E010E0Ce92451
Octal275301340201601435144121
Binary10111101110000011110000010000111001100111010011001001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDC1E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDC1E0; }

 p { color: rgb(189,193,224); }

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

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

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

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

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

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

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