#9CBDCD

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

Shades of Heather #9CBDCD

Tints of Heather #9CBDCD

Color information

#9CBDCD (or 0x9CBDCD) is unknown color: approx Heather. HEX triplet: 9C, BD and CD. RGB value is (156,189,205). Sum of RGB (Red+Green+Blue) = 156+189+205=550 (72% of max value = 765). Red value is 156 (61.33% from 255 or 28.36% from 550); Green value is 189 (74.22% from 255 or 34.36% from 550); Blue value is 205 (80.47% from 255 or 37.27% from 550); Max value from RGB is 205 - color contains mainly: blue. Hex color #9CBDCD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9CBDCD is #634232. Grayscale: #B4B4B4. Windows color (decimal): -6505011 or 13483420. OLE color: 13483420.

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

Color convert

RGB156189205-
CMYK0.240.0800.20
HSL199.59º32.89%70.78%-
HSV(B)199.59º23.9%80.39%-
XYZ42.9347.8764.74-
YUV180.96141.57110.2-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 28.36%
GREEN value IS 189 (74.22% from 255) = 34.36%
BLUE value IS 205 (80.47% from 255) = 37.27%
R=28.36%
G=34.36%
B=37.27%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1561892050.240.0800.20199.5932.8970.78
Hex9CBDCD188014c82147
Octal234275315301002431041107
Binary100111001011110111001101110001000010100110010001000011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CBDCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,189,205); }

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

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

 a { background-color: rgb(156,189,205); }

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

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

 span { border-color: rgb(156,189,205); }

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