#BCBEBF

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

Shades of Heather #BCBEBF

Tints of Heather #BCBEBF

Color information

#BCBEBF (or 0xBCBEBF) is unknown color: approx Heather. HEX triplet: BC, BE and BF. RGB value is (188,190,191). Sum of RGB (Red+Green+Blue) = 188+190+191=569 (75% of max value = 765). Red value is 188 (73.83% from 255 or 33.04% from 569); Green value is 190 (74.61% from 255 or 33.39% from 569); Blue value is 191 (75% from 255 or 33.57% from 569); Max value from RGB is 191 - color contains mainly: blue. Hex color #BCBEBF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCBEBF is #434140. Grayscale: #BDBDBD. Windows color (decimal): -4407617 or 12566204. OLE color: 12566204.

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

Color convert

RGB188190191-
CMYK0.020.0100.25
HSL200º2.29%74.31%-
HSV(B)200º1.57%74.9%-
XYZ48.5651.2856.63-
YUV189.52128.84126.92-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 33.04%
GREEN value IS 190 (74.61% from 255) = 33.39%
BLUE value IS 191 (75% from 255) = 33.57%
R=33.04%
G=33.39%
B=33.57%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1881901910.020.0100.252002.2974.31
HexBCBEBF21019c824a
Octal274276277210313102112
Binary10111100101111101011111110101100111001000101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCBEBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCBEBF; }

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

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

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

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

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

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

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

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