#9CBCCB

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

Shades of Heather #9CBCCB

Tints of Heather #9CBCCB

Color information

#9CBCCB (or 0x9CBCCB) is unknown color: approx Heather. HEX triplet: 9C, BC and CB. RGB value is (156,188,203). Sum of RGB (Red+Green+Blue) = 156+188+203=547 (72% of max value = 765). Red value is 156 (61.33% from 255 or 28.52% from 547); Green value is 188 (73.83% from 255 or 34.37% from 547); Blue value is 203 (79.69% from 255 or 37.11% from 547); Max value from RGB is 203 - color contains mainly: blue. Hex color #9CBCCB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9CBCCB is #634334. Grayscale: #B4B4B4. Windows color (decimal): -6505269 or 13352092. OLE color: 13352092.

HSL color Cylindrical-coordinate representation of color #9CBCCB: hue angle of 199.15º degrees, saturation: 0.31, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #9CBCCB is Cyan = 0.23, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB156188203-
CMYK0.230.0700.20
HSL199.15º31.13%70.39%-
HSV(B)199.15º23.15%79.61%-
XYZ42.4747.3563.4-
YUV180.14140.9110.78-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 28.52%
GREEN value IS 188 (73.83% from 255) = 34.37%
BLUE value IS 203 (79.69% from 255) = 37.11%
R=28.52%
G=34.37%
B=37.11%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1561882030.230.0700.20199.1531.1370.39
Hex9CBCCB177014c71f46
Octal23427431327702430737106
Binary1001110010111100110010111011111101010011000111111111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CBCCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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