#BEC0CC

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

Shades of Lavender Grey #BEC0CC

Tints of Lavender Grey #BEC0CC

Color information

#BEC0CC (or 0xBEC0CC) is unknown color: approx Lavender Grey. HEX triplet: BE, C0 and CC. RGB value is (190,192,204). Sum of RGB (Red+Green+Blue) = 190+192+204=586 (77% of max value = 765). Red value is 190 (74.61% from 255 or 32.42% from 586); Green value is 192 (75.39% from 255 or 32.76% from 586); Blue value is 204 (80.08% from 255 or 34.81% from 586); Max value from RGB is 204 - color contains mainly: blue. Hex color #BEC0CC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEC0CC is #413F33. Grayscale: #C0C0C0. Windows color (decimal): -4276020 or 13418686. OLE color: 13418686.

HSL color Cylindrical-coordinate representation of color #BEC0CC: hue angle of 231.43º degrees, saturation: 0.12, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #BEC0CC is Cyan = 0.07, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB190192204-
CMYK0.070.0600.2
HSL231.43º12.07%77.25%-
HSV(B)231.43º6.86%80%-
XYZ50.9853.0164.67-
YUV192.77134.34126.02-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 32.42%
GREEN value IS 192 (75.39% from 255) = 32.76%
BLUE value IS 204 (80.08% from 255) = 34.81%
R=32.42%
G=32.76%
B=34.81%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1901922040.070.0600.2231.4312.0777.25
HexBEC0CC76014e7c4d
Octal2763003147602434714115
Binary1011111011000000110011001111100101001110011111001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEC0CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEC0CC; }

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

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

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

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

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

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

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

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