#9CBACB

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

Shades of Heather #9CBACB

Tints of Heather #9CBACB

Color information

#9CBACB (or 0x9CBACB) is unknown color: approx Heather. HEX triplet: 9C, BA and CB. RGB value is (156,186,203). Sum of RGB (Red+Green+Blue) = 156+186+203=545 (72% of max value = 765). Red value is 156 (61.33% from 255 or 28.62% from 545); Green value is 186 (73.05% from 255 or 34.13% from 545); Blue value is 203 (79.69% from 255 or 37.25% from 545); Max value from RGB is 203 - color contains mainly: blue. Hex color #9CBACB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9CBACB is #634534. Grayscale: #B2B2B2. Windows color (decimal): -6505781 or 13351580. OLE color: 13351580.

HSL color Cylindrical-coordinate representation of color #9CBACB: hue angle of 201.7º degrees, saturation: 0.31, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #9CBACB is Cyan = 0.23, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB156186203-
CMYK0.230.0800.20
HSL201.7º31.13%70.39%-
HSV(B)201.7º23.15%79.61%-
XYZ42.0546.563.26-
YUV178.97141.56111.62-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 28.62%
GREEN value IS 186 (73.05% from 255) = 34.13%
BLUE value IS 203 (79.69% from 255) = 37.25%
R=28.62%
G=34.13%
B=37.25%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1561862030.230.0800.20201.731.1370.39
Hex9CBACB178014ca1f46
Octal234272313271002431237106
Binary10011100101110101100101110111100001010011001010111111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CBACB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9CBACB; }

 p { color: rgb(156,186,203); }

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

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

 a { background-color: rgb(156,186,203); }

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

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

 span { border-color: rgb(156,186,203); }

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