#BDC0E0

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

Shades of Lavender Grey #BDC0E0

Tints of Lavender Grey #BDC0E0

Color information

#BDC0E0 (or 0xBDC0E0) is unknown color: approx Lavender Grey. HEX triplet: BD, C0 and E0. RGB value is (189,192,224). Sum of RGB (Red+Green+Blue) = 189+192+224=605 (80% of max value = 765). Red value is 189 (74.22% from 255 or 31.24% from 605); Green value is 192 (75.39% from 255 or 31.74% from 605); Blue value is 224 (87.89% from 255 or 37.02% from 605); Max value from RGB is 224 - color contains mainly: blue. Hex color #BDC0E0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDC0E0 is #423F1F. Grayscale: #C2C2C2. Windows color (decimal): -4341536 or 14729405. OLE color: 14729405.

HSL color Cylindrical-coordinate representation of color #BDC0E0: hue angle of 234.86º 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 #BDC0E0 is Cyan = 0.16, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB189192224-
CMYK0.160.1400.12
HSL234.86º36.08%80.98%-
HSV(B)234.86º15.62%87.84%-
XYZ53.2953.978.12-
YUV194.75144.51123.9-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 31.24%
GREEN value IS 192 (75.39% from 255) = 31.74%
BLUE value IS 224 (87.89% from 255) = 37.02%
R=31.24%
G=31.74%
B=37.02%

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
Decimal1891922240.160.1400.12234.8636.0880.98
HexBDC0E010E0Ceb2451
Octal275300340201601435344121
Binary10111101110000001110000010000111001100111010111001001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDC0E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDC0E0; }

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

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

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

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

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

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

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

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