#BDC1E1

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

Shades of Lavender Grey #BDC1E1

Tints of Lavender Grey #BDC1E1

Color information

#BDC1E1 (or 0xBDC1E1) is unknown color: approx Lavender Grey. HEX triplet: BD, C1 and E1. RGB value is (189,193,225). Sum of RGB (Red+Green+Blue) = 189+193+225=607 (80% of max value = 765). Red value is 189 (74.22% from 255 or 31.14% from 607); Green value is 193 (75.78% from 255 or 31.80% from 607); Blue value is 225 (88.28% from 255 or 37.07% from 607); Max value from RGB is 225 - color contains mainly: blue. Hex color #BDC1E1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDC1E1 is #423E1E. Grayscale: #C3C3C3. Windows color (decimal): -4341279 or 14795197. OLE color: 14795197.

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

Color convert

RGB189193225-
CMYK0.160.1400.12
HSL233.33º37.5%81.18%-
HSV(B)233.33º16%88.24%-
XYZ53.6554.3978.91-
YUV195.45144.67123.4-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 31.14%
GREEN value IS 193 (75.78% from 255) = 31.80%
BLUE value IS 225 (88.28% from 255) = 37.07%
R=31.14%
G=31.80%
B=37.07%

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
Decimal1891932250.160.1400.12233.3337.581.18
HexBDC1E110E0Ce92551
Octal275301341201601435145121
Binary10111101110000011110000110000111001100111010011001011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDC1E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDC1E1; }

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

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

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

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

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

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

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

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