#BEC0D4

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

Shades of Lavender Grey #BEC0D4

Tints of Lavender Grey #BEC0D4

Color information

#BEC0D4 (or 0xBEC0D4) is unknown color: approx Lavender Grey. HEX triplet: BE, C0 and D4. RGB value is (190,192,212). Sum of RGB (Red+Green+Blue) = 190+192+212=594 (78% of max value = 765). Red value is 190 (74.61% from 255 or 31.99% from 594); Green value is 192 (75.39% from 255 or 32.32% from 594); Blue value is 212 (83.20% from 255 or 35.69% from 594); Max value from RGB is 212 - color contains mainly: blue. Hex color #BEC0D4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEC0D4 is #413F2B. Grayscale: #C1C1C1. Windows color (decimal): -4276012 or 13942974. OLE color: 13942974.

HSL color Cylindrical-coordinate representation of color #BEC0D4: hue angle of 234.55º degrees, saturation: 0.2, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #BEC0D4 is Cyan = 0.10, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB190192212-
CMYK0.100.0900.17
HSL234.55º20.37%78.82%-
HSV(B)234.55º10.38%83.14%-
XYZ51.9753.469.86-
YUV193.68138.34125.37-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 31.99%
GREEN value IS 192 (75.39% from 255) = 32.32%
BLUE value IS 212 (83.20% from 255) = 35.69%
R=31.99%
G=32.32%
B=35.69%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1901922120.100.0900.17234.5520.3778.82
HexBEC0D4A9011eb144f
Octal276300324121102135324117
Binary1011111011000000110101001010100101000111101011101001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEC0D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEC0D4; }

 p { color: rgb(190,192,212); }

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

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

 a { background-color: rgb(190,192,212); }

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

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

 span { border-color: rgb(190,192,212); }

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