#B6BBBE

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

Shades of Heather #B6BBBE

Tints of Heather #B6BBBE

Color information

#B6BBBE (or 0xB6BBBE) is unknown color: approx Heather. HEX triplet: B6, BB and BE. RGB value is (182,187,190). Sum of RGB (Red+Green+Blue) = 182+187+190=559 (74% of max value = 765). Red value is 182 (71.48% from 255 or 32.56% from 559); Green value is 187 (73.44% from 255 or 33.45% from 559); Blue value is 190 (74.61% from 255 or 33.99% from 559); Max value from RGB is 190 - color contains mainly: blue. Hex color #B6BBBE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B6BBBE is #494441. Grayscale: #B9B9B9. Windows color (decimal): -4801602 or 12499894. OLE color: 12499894.

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

Color convert

RGB182187190-
CMYK0.040.0200.25
HSL202.5º5.8%72.94%-
HSV(B)202.5º4.21%74.51%-
XYZ46.3649.255.77-
YUV185.85130.34125.26-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 32.56%
GREEN value IS 187 (73.44% from 255) = 33.45%
BLUE value IS 190 (74.61% from 255) = 33.99%
R=32.56%
G=33.45%
B=33.99%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1821871900.040.0200.25202.55.872.94
HexB6BBBE42019ca649
Octal266273276420313126111
Binary10110110101110111011111010010011001110010101101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6BBBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6BBBE; }

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

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

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

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

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

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

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

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