#9CBDCA

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

Shades of Heather #9CBDCA

Tints of Heather #9CBDCA

Color information

#9CBDCA (or 0x9CBDCA) is unknown color: approx Heather. HEX triplet: 9C, BD and CA. RGB value is (156,189,202). Sum of RGB (Red+Green+Blue) = 156+189+202=547 (72% of max value = 765). Red value is 156 (61.33% from 255 or 28.52% from 547); Green value is 189 (74.22% from 255 or 34.55% from 547); Blue value is 202 (79.30% from 255 or 36.93% from 547); Max value from RGB is 202 - color contains mainly: blue. Hex color #9CBDCA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9CBDCA is #634235. Grayscale: #B4B4B4. Windows color (decimal): -6505014 or 13286812. OLE color: 13286812.

HSL color Cylindrical-coordinate representation of color #9CBDCA: hue angle of 196.96º degrees, saturation: 0.3, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #9CBDCA is Cyan = 0.23, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB156189202-
CMYK0.230.0600.21
HSL196.96º30.26%70.2%-
HSV(B)196.96º22.77%79.22%-
XYZ42.5747.7362.85-
YUV180.61140.07110.44-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 28.52%
GREEN value IS 189 (74.22% from 255) = 34.55%
BLUE value IS 202 (79.30% from 255) = 36.93%
R=28.52%
G=34.55%
B=36.93%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1561892020.230.0600.21196.9630.2670.2
Hex9CBDCA176015c51e46
Octal23427531227602530536106
Binary1001110010111101110010101011111001010111000101111101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CBDCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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