#9BBCCA

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

Shades of Heather #9BBCCA

Tints of Heather #9BBCCA

Color information

#9BBCCA (or 0x9BBCCA) is unknown color: approx Heather. HEX triplet: 9B, BC and CA. RGB value is (155,188,202). Sum of RGB (Red+Green+Blue) = 155+188+202=545 (72% of max value = 765). Red value is 155 (60.94% from 255 or 28.44% from 545); Green value is 188 (73.83% from 255 or 34.50% from 545); Blue value is 202 (79.30% from 255 or 37.06% from 545); Max value from RGB is 202 - color contains mainly: blue. Hex color #9BBCCA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9BBCCA is #644335. Grayscale: #B3B3B3. Windows color (decimal): -6570806 or 13286555. OLE color: 13286555.

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

Color convert

RGB155188202-
CMYK0.230.0700.21
HSL197.87º30.72%70%-
HSV(B)197.87º23.27%79.22%-
XYZ42.1647.262.77-
YUV179.73140.57110.36-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 28.44%
GREEN value IS 188 (73.83% from 255) = 34.50%
BLUE value IS 202 (79.30% from 255) = 37.06%
R=28.44%
G=34.50%
B=37.06%

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
Decimal1551882020.230.0700.21197.8730.7270
Hex9BBCCA177015c61f46
Octal23327431227702530637106
Binary1001101110111100110010101011111101010111000110111111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BBCCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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