#9CBBCE

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

Shades of Heather #9CBBCE

Tints of Heather #9CBBCE

Color information

#9CBBCE (or 0x9CBBCE) is unknown color: approx Heather. HEX triplet: 9C, BB and CE. RGB value is (156,187,206). Sum of RGB (Red+Green+Blue) = 156+187+206=549 (72% of max value = 765). Red value is 156 (61.33% from 255 or 28.42% from 549); Green value is 187 (73.44% from 255 or 34.06% from 549); Blue value is 206 (80.86% from 255 or 37.52% from 549); Max value from RGB is 206 - color contains mainly: blue. Hex color #9CBBCE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9CBBCE is #634431. Grayscale: #B3B3B3. Windows color (decimal): -6505522 or 13548444. OLE color: 13548444.

HSL color Cylindrical-coordinate representation of color #9CBBCE: hue angle of 202.8º degrees, saturation: 0.34, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #9CBBCE is Cyan = 0.24, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB156187206-
CMYK0.240.0900.19
HSL202.8º33.78%70.98%-
HSV(B)202.8º24.27%80.78%-
XYZ42.6247.0665.23-
YUV179.9142.73110.96-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 28.42%
GREEN value IS 187 (73.44% from 255) = 34.06%
BLUE value IS 206 (80.86% from 255) = 37.52%
R=28.42%
G=34.06%
B=37.52%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1561872060.240.0900.19202.833.7870.98
Hex9CBBCE189013cb2247
Octal234273316301102331342107
Binary100111001011101111001110110001001010011110010111000101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CBBCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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