#BDC0E7

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

Shades of Lavender Grey #BDC0E7

Tints of Lavender Grey #BDC0E7

Color information

#BDC0E7 (or 0xBDC0E7) is unknown color: approx Lavender Grey. HEX triplet: BD, C0 and E7. RGB value is (189,192,231). Sum of RGB (Red+Green+Blue) = 189+192+231=612 (81% of max value = 765). Red value is 189 (74.22% from 255 or 30.88% from 612); Green value is 192 (75.39% from 255 or 31.37% from 612); Blue value is 231 (90.62% from 255 or 37.75% from 612); Max value from RGB is 231 - color contains mainly: blue. Hex color #BDC0E7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDC0E7 is #423F18. Grayscale: #C3C3C3. Windows color (decimal): -4341529 or 15188157. OLE color: 15188157.

HSL color Cylindrical-coordinate representation of color #BDC0E7: hue angle of 235.71º degrees, saturation: 0.47, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BDC0E7 is Cyan = 0.18, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB189192231-
CMYK0.180.1700.09
HSL235.71º46.67%82.35%-
HSV(B)235.71º18.18%90.59%-
XYZ54.2654.2983.22-
YUV195.55148.01123.33-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 30.88%
GREEN value IS 192 (75.39% from 255) = 31.37%
BLUE value IS 231 (90.62% from 255) = 37.75%
R=30.88%
G=31.37%
B=37.75%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1891922310.180.1700.09235.7146.6782.35
HexBDC0E7121109ec2f52
Octal275300347222101135457122
Binary101111011100000011100111100101000101001111011001011111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDC0E7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDC0E7; }

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

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

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

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

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

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

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

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