#BEBFC0

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

Shades of Heather #BEBFC0

Tints of Heather #BEBFC0

Color information

#BEBFC0 (or 0xBEBFC0) is unknown color: approx Heather. HEX triplet: BE, BF and C0. RGB value is (190,191,192). Sum of RGB (Red+Green+Blue) = 190+191+192=573 (75% of max value = 765). Red value is 190 (74.61% from 255 or 33.16% from 573); Green value is 191 (75% from 255 or 33.33% from 573); Blue value is 192 (75.39% from 255 or 33.51% from 573); Max value from RGB is 192 - color contains mainly: blue. Hex color #BEBFC0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEBFC0 is #41403F. Grayscale: #BEBEBE. Windows color (decimal): -4276288 or 12631998. OLE color: 12631998.

HSL color Cylindrical-coordinate representation of color #BEBFC0: hue angle of 210º degrees, saturation: 0.02, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.01%. Process color model (Four color, CMYK) of #BEBFC0 is Cyan = 0.01, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB190191192-
CMYK0.010.0100.25
HSL210º1.56%74.9%-
HSV(B)210º1.04%75.29%-
XYZ49.3852.0157.31-
YUV190.82128.67127.42-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 33.16%
GREEN value IS 191 (75% from 255) = 33.33%
BLUE value IS 192 (75.39% from 255) = 33.51%
R=33.16%
G=33.33%
B=33.51%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901911920.010.0100.252101.5674.9
HexBEBFC011019d224b
Octal276277300110313222113
Binary1011111010111111110000001101100111010010101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEBFC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEBFC0; }

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

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

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

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

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

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

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

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