#9CBCCA

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

Shades of Heather #9CBCCA

Tints of Heather #9CBCCA

Color information

#9CBCCA (or 0x9CBCCA) is unknown color: approx Heather. HEX triplet: 9C, BC and CA. RGB value is (156,188,202). Sum of RGB (Red+Green+Blue) = 156+188+202=546 (72% of max value = 765). Red value is 156 (61.33% from 255 or 28.57% from 546); Green value is 188 (73.83% from 255 or 34.43% from 546); Blue value is 202 (79.30% from 255 or 37.00% from 546); Max value from RGB is 202 - color contains mainly: blue. Hex color #9CBCCA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9CBCCA is #634335. Grayscale: #B3B3B3. Windows color (decimal): -6505270 or 13286556. OLE color: 13286556.

HSL color Cylindrical-coordinate representation of color #9CBCCA: hue angle of 198.26º 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 #9CBCCA is Cyan = 0.23, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB156188202-
CMYK0.230.0700.21
HSL198.26º30.26%70.2%-
HSV(B)198.26º22.77%79.22%-
XYZ42.3547.362.77-
YUV180.03140.4110.86-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 28.57%
GREEN value IS 188 (73.83% from 255) = 34.43%
BLUE value IS 202 (79.30% from 255) = 37.00%
R=28.57%
G=34.43%
B=37.00%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1561882020.230.0700.21198.2630.2670.2
Hex9CBCCA177015c61e46
Octal23427431227702530636106
Binary1001110010111100110010101011111101010111000110111101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CBCCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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