#9CBBCA

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

Shades of Heather #9CBBCA

Tints of Heather #9CBBCA

Color information

#9CBBCA (or 0x9CBBCA) is unknown color: approx Heather. HEX triplet: 9C, BB and CA. RGB value is (156,187,202). Sum of RGB (Red+Green+Blue) = 156+187+202=545 (72% of max value = 765). Red value is 156 (61.33% from 255 or 28.62% from 545); Green value is 187 (73.44% from 255 or 34.31% from 545); Blue value is 202 (79.30% from 255 or 37.06% from 545); Max value from RGB is 202 - color contains mainly: blue. Hex color #9CBBCA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9CBBCA is #634435. Grayscale: #B3B3B3. Windows color (decimal): -6505526 or 13286300. OLE color: 13286300.

HSL color Cylindrical-coordinate representation of color #9CBBCA: hue angle of 199.57º degrees, saturation: 0.3, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #9CBBCA is Cyan = 0.23, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB156187202-
CMYK0.230.0700.21
HSL199.57º30.26%70.2%-
HSV(B)199.57º22.77%79.22%-
XYZ42.1446.8762.7-
YUV179.44140.73111.28-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 28.62%
GREEN value IS 187 (73.44% from 255) = 34.31%
BLUE value IS 202 (79.30% from 255) = 37.06%
R=28.62%
G=34.31%
B=37.06%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1561872020.230.0700.21199.5730.2670.2
Hex9CBBCA177015c81e46
Octal23427331227702531036106
Binary1001110010111011110010101011111101010111001000111101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CBBCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,187,202); }

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

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

 a { background-color: rgb(156,187,202); }

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

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

 span { border-color: rgb(156,187,202); }

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