#9CBECB

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

Shades of Heather #9CBECB

Tints of Heather #9CBECB

Color information

#9CBECB (or 0x9CBECB) is unknown color: approx Heather. HEX triplet: 9C, BE and CB. RGB value is (156,190,203). Sum of RGB (Red+Green+Blue) = 156+190+203=549 (72% of max value = 765). Red value is 156 (61.33% from 255 or 28.42% from 549); Green value is 190 (74.61% from 255 or 34.61% from 549); Blue value is 203 (79.69% from 255 or 36.98% from 549); Max value from RGB is 203 - color contains mainly: blue. Hex color #9CBECB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9CBECB is #634134. Grayscale: #B5B5B5. Windows color (decimal): -6504757 or 13352604. OLE color: 13352604.

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

Color convert

RGB156190203-
CMYK0.230.0600.20
HSL196.6º31.13%70.39%-
HSV(B)196.6º23.15%79.61%-
XYZ42.948.2163.54-
YUV181.32140.24109.94-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 28.42%
GREEN value IS 190 (74.61% from 255) = 34.61%
BLUE value IS 203 (79.69% from 255) = 36.98%
R=28.42%
G=34.61%
B=36.98%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1561902030.230.0600.20196.631.1370.39
Hex9CBECB176014c51f46
Octal23427631327602430537106
Binary1001110010111110110010111011111001010011000101111111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CBECB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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