#9CBBCB

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

Shades of Heather #9CBBCB

Tints of Heather #9CBBCB

Color information

#9CBBCB (or 0x9CBBCB) is unknown color: approx Heather. HEX triplet: 9C, BB and CB. RGB value is (156,187,203). Sum of RGB (Red+Green+Blue) = 156+187+203=546 (72% of max value = 765). Red value is 156 (61.33% from 255 or 28.57% from 546); Green value is 187 (73.44% from 255 or 34.25% from 546); Blue value is 203 (79.69% from 255 or 37.18% from 546); Max value from RGB is 203 - color contains mainly: blue. Hex color #9CBBCB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9CBBCB is #634434. Grayscale: #B3B3B3. Windows color (decimal): -6505525 or 13351836. OLE color: 13351836.

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

Color convert

RGB156187203-
CMYK0.230.0800.20
HSL200.43º31.13%70.39%-
HSV(B)200.43º23.15%79.61%-
XYZ42.2646.9263.33-
YUV179.55141.23111.2-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 28.57%
GREEN value IS 187 (73.44% from 255) = 34.25%
BLUE value IS 203 (79.69% from 255) = 37.18%
R=28.57%
G=34.25%
B=37.18%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1561872030.230.0800.20200.4331.1370.39
Hex9CBBCB178014c81f46
Octal234273313271002431037106
Binary10011100101110111100101110111100001010011001000111111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CBBCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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