#9CBCD0

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

Shades of Heather #9CBCD0

Tints of Heather #9CBCD0

Color information

#9CBCD0 (or 0x9CBCD0) is unknown color: approx Heather. HEX triplet: 9C, BC and D0. RGB value is (156,188,208). Sum of RGB (Red+Green+Blue) = 156+188+208=552 (73% of max value = 765). Red value is 156 (61.33% from 255 or 28.26% from 552); Green value is 188 (73.83% from 255 or 34.06% from 552); Blue value is 208 (81.64% from 255 or 37.68% from 552); Max value from RGB is 208 - color contains mainly: blue. Hex color #9CBCD0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9CBCD0 is #63432F. Grayscale: #B4B4B4. Windows color (decimal): -6505264 or 13679772. OLE color: 13679772.

HSL color Cylindrical-coordinate representation of color #9CBCD0: hue angle of 203.08º degrees, saturation: 0.36, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #9CBCD0 is Cyan = 0.25, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB156188208-
CMYK0.250.1000.18
HSL203.08º35.62%71.37%-
HSV(B)203.08º25%81.57%-
XYZ43.0847.5966.59-
YUV180.71143.4110.37-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 28.26%
GREEN value IS 188 (73.83% from 255) = 34.06%
BLUE value IS 208 (81.64% from 255) = 37.68%
R=28.26%
G=34.06%
B=37.68%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1561882080.250.1000.18203.0835.6271.37
Hex9CBCD019A012cb2447
Octal234274320311202231344107
Binary100111001011110011010000110011010010010110010111001001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CBCD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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