#9CBBCC

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

Shades of Heather #9CBBCC

Tints of Heather #9CBBCC

Color information

#9CBBCC (or 0x9CBBCC) is unknown color: approx Heather. HEX triplet: 9C, BB and CC. RGB value is (156,187,204). Sum of RGB (Red+Green+Blue) = 156+187+204=547 (72% of max value = 765). Red value is 156 (61.33% from 255 or 28.52% from 547); Green value is 187 (73.44% from 255 or 34.19% from 547); Blue value is 204 (80.08% from 255 or 37.29% from 547); Max value from RGB is 204 - color contains mainly: blue. Hex color #9CBBCC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9CBBCC is #634433. Grayscale: #B3B3B3. Windows color (decimal): -6505524 or 13417372. OLE color: 13417372.

HSL color Cylindrical-coordinate representation of color #9CBBCC: hue angle of 201.25º degrees, saturation: 0.32, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #9CBBCC is Cyan = 0.24, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB156187204-
CMYK0.240.0800.2
HSL201.25º32%70.59%-
HSV(B)201.25º23.53%80%-
XYZ42.3846.9763.96-
YUV179.67141.73111.12-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 28.52%
GREEN value IS 187 (73.44% from 255) = 34.19%
BLUE value IS 204 (80.08% from 255) = 37.29%
R=28.52%
G=34.19%
B=37.29%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1561872040.240.0800.2201.253270.59
Hex9CBBCC188014c92047
Octal234273314301002431140107
Binary100111001011101111001100110001000010100110010011000001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CBBCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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