#9CBCCC

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

Shades of Heather #9CBCCC

Tints of Heather #9CBCCC

Color information

#9CBCCC (or 0x9CBCCC) is unknown color: approx Heather. HEX triplet: 9C, BC and CC. RGB value is (156,188,204). Sum of RGB (Red+Green+Blue) = 156+188+204=548 (72% of max value = 765). Red value is 156 (61.33% from 255 or 28.47% from 548); Green value is 188 (73.83% from 255 or 34.31% from 548); Blue value is 204 (80.08% from 255 or 37.23% from 548); Max value from RGB is 204 - color contains mainly: blue. Hex color #9CBCCC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9CBCCC is #634333. Grayscale: #B4B4B4. Windows color (decimal): -6505268 or 13417628. OLE color: 13417628.

HSL color Cylindrical-coordinate representation of color #9CBCCC: hue angle of 200º 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 #9CBCCC is Cyan = 0.24, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB156188204-
CMYK0.240.0800.2
HSL200º32%70.59%-
HSV(B)200º23.53%80%-
XYZ42.5947.3964.03-
YUV180.26141.4110.7-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 28.47%
GREEN value IS 188 (73.83% from 255) = 34.31%
BLUE value IS 204 (80.08% from 255) = 37.23%
R=28.47%
G=34.31%
B=37.23%

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
Decimal1561882040.240.0800.22003270.59
Hex9CBCCC188014c82047
Octal234274314301002431040107
Binary100111001011110011001100110001000010100110010001000001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CBCCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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