#BEC1D4

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

Shades of Lavender Grey #BEC1D4

Tints of Lavender Grey #BEC1D4

Color information

#BEC1D4 (or 0xBEC1D4) is unknown color: approx Lavender Grey. HEX triplet: BE, C1 and D4. RGB value is (190,193,212). Sum of RGB (Red+Green+Blue) = 190+193+212=595 (78% of max value = 765). Red value is 190 (74.61% from 255 or 31.93% from 595); Green value is 193 (75.78% from 255 or 32.44% from 595); Blue value is 212 (83.20% from 255 or 35.63% from 595); Max value from RGB is 212 - color contains mainly: blue. Hex color #BEC1D4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEC1D4 is #413E2B. Grayscale: #C2C2C2. Windows color (decimal): -4275756 or 13943230. OLE color: 13943230.

HSL color Cylindrical-coordinate representation of color #BEC1D4: hue angle of 231.82º 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 #BEC1D4 is Cyan = 0.10, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB190193212-
CMYK0.100.0900.17
HSL231.82º20.37%78.82%-
HSV(B)231.82º10.38%83.14%-
XYZ52.1953.8469.93-
YUV194.27138.01124.96-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 31.93%
GREEN value IS 193 (75.78% from 255) = 32.44%
BLUE value IS 212 (83.20% from 255) = 35.63%
R=31.93%
G=32.44%
B=35.63%

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
Decimal1901932120.100.0900.17231.8220.3778.82
HexBEC1D4A9011e8144f
Octal276301324121102135024117
Binary1011111011000001110101001010100101000111101000101001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEC1D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEC1D4; }

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

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

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

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

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

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

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

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