#B6BEC3

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

Shades of Heather #B6BEC3

Tints of Heather #B6BEC3

Color information

#B6BEC3 (or 0xB6BEC3) is unknown color: approx Heather. HEX triplet: B6, BE and C3. RGB value is (182,190,195). Sum of RGB (Red+Green+Blue) = 182+190+195=567 (75% of max value = 765). Red value is 182 (71.48% from 255 or 32.10% from 567); Green value is 190 (74.61% from 255 or 33.51% from 567); Blue value is 195 (76.56% from 255 or 34.39% from 567); Max value from RGB is 195 - color contains mainly: blue. Hex color #B6BEC3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B6BEC3 is #49413C. Grayscale: #BCBCBC. Windows color (decimal): -4800829 or 12828342. OLE color: 12828342.

HSL color Cylindrical-coordinate representation of color #B6BEC3: hue angle of 203.08º degrees, saturation: 0.1, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #B6BEC3 is Cyan = 0.07, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB182190195-
CMYK0.070.0300.24
HSL203.08º9.77%73.92%-
HSV(B)203.08º6.67%76.47%-
XYZ47.5650.7158.91-
YUV188.18131.85123.59-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 32.10%
GREEN value IS 190 (74.61% from 255) = 33.51%
BLUE value IS 195 (76.56% from 255) = 34.39%
R=32.10%
G=33.51%
B=34.39%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1821901950.070.0300.24203.089.7773.92
HexB6BEC373018cba4a
Octal2662763037303031312112
Binary101101101011111011000011111110110001100101110101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6BEC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6BEC3; }

 p { color: rgb(182,190,195); }

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

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

 a { background-color: rgb(182,190,195); }

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

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

 span { border-color: rgb(182,190,195); }

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