#9BBAC9

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

Shades of Heather #9BBAC9

Tints of Heather #9BBAC9

Color information

#9BBAC9 (or 0x9BBAC9) is unknown color: approx Heather. HEX triplet: 9B, BA and C9. RGB value is (155,186,201). Sum of RGB (Red+Green+Blue) = 155+186+201=542 (71% of max value = 765). Red value is 155 (60.94% from 255 or 28.60% from 542); Green value is 186 (73.05% from 255 or 34.32% from 542); Blue value is 201 (78.91% from 255 or 37.08% from 542); Max value from RGB is 201 - color contains mainly: blue. Hex color #9BBAC9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9BBAC9 is #644536. Grayscale: #B2B2B2. Windows color (decimal): -6571319 or 13220507. OLE color: 13220507.

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

Color convert

RGB155186201-
CMYK0.230.0700.21
HSL199.57º29.87%69.8%-
HSV(B)199.57º22.89%78.82%-
XYZ41.6246.362-
YUV178.44140.73111.28-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 28.60%
GREEN value IS 186 (73.05% from 255) = 34.32%
BLUE value IS 201 (78.91% from 255) = 37.08%
R=28.60%
G=34.32%
B=37.08%

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
Decimal1551862010.230.0700.21199.5729.8769.8
Hex9BBAC9177015c81e46
Octal23327231127702531036106
Binary1001101110111010110010011011111101010111001000111101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BBAC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,186,201); }

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

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

 a { background-color: rgb(155,186,201); }

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

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

 span { border-color: rgb(155,186,201); }

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