#B6BABE

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

Shades of Heather #B6BABE

Tints of Heather #B6BABE

Color information

#B6BABE (or 0xB6BABE) is unknown color: approx Heather. HEX triplet: B6, BA and BE. RGB value is (182,186,190). Sum of RGB (Red+Green+Blue) = 182+186+190=558 (73% of max value = 765). Red value is 182 (71.48% from 255 or 32.62% from 558); Green value is 186 (73.05% from 255 or 33.33% from 558); Blue value is 190 (74.61% from 255 or 34.05% from 558); Max value from RGB is 190 - color contains mainly: blue. Hex color #B6BABE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B6BABE is #494541. Grayscale: #B9B9B9. Windows color (decimal): -4801858 or 12499638. OLE color: 12499638.

HSL color Cylindrical-coordinate representation of color #B6BABE: hue angle of 210º 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 #B6BABE is Cyan = 0.04, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB182186190-
CMYK0.040.0200.25
HSL210º5.8%72.94%-
HSV(B)210º4.21%74.51%-
XYZ46.1448.7855.7-
YUV185.26130.67125.67-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 32.62%
GREEN value IS 186 (73.05% from 255) = 33.33%
BLUE value IS 190 (74.61% from 255) = 34.05%
R=32.62%
G=33.33%
B=34.05%

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
Decimal1821861900.040.0200.252105.872.94
HexB6BABE42019d2649
Octal266272276420313226111
Binary10110110101110101011111010010011001110100101101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6BABE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6BABE; }

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

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

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

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

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

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

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

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