#B6C6CA

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

Shades of Heather #B6C6CA

Tints of Heather #B6C6CA

Color information

#B6C6CA (or 0xB6C6CA) is unknown color: approx Heather. HEX triplet: B6, C6 and CA. RGB value is (182,198,202). Sum of RGB (Red+Green+Blue) = 182+198+202=582 (77% of max value = 765). Red value is 182 (71.48% from 255 or 31.27% from 582); Green value is 198 (77.73% from 255 or 34.02% from 582); Blue value is 202 (79.30% from 255 or 34.71% from 582); Max value from RGB is 202 - color contains mainly: blue. Hex color #B6C6CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B6C6CA is #493935. Grayscale: #C1C1C1. Windows color (decimal): -4798774 or 13289142. OLE color: 13289142.

HSL color Cylindrical-coordinate representation of color #B6C6CA: hue angle of 192º degrees, saturation: 0.16, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #B6C6CA is Cyan = 0.10, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB182198202-
CMYK0.100.0200.21
HSL192º15.87%75.29%-
HSV(B)192º9.9%79.22%-
XYZ50.1554.663.77-
YUV193.67132.7119.67-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 31.27%
GREEN value IS 198 (77.73% from 255) = 34.02%
BLUE value IS 202 (79.30% from 255) = 34.71%
R=31.27%
G=34.02%
B=34.71%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1821982020.100.0200.2119215.8775.29
HexB6C6CAA2015c0104b
Octal26630631212202530020113
Binary10110110110001101100101010101001010111000000100001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6C6CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6C6CA; }

 p { color: rgb(182,198,202); }

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

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

 a { background-color: rgb(182,198,202); }

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

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

 span { border-color: rgb(182,198,202); }

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