#9BBCC9

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

Shades of Heather #9BBCC9

Tints of Heather #9BBCC9

Color information

#9BBCC9 (or 0x9BBCC9) is unknown color: approx Heather. HEX triplet: 9B, BC and C9. RGB value is (155,188,201). Sum of RGB (Red+Green+Blue) = 155+188+201=544 (72% of max value = 765). Red value is 155 (60.94% from 255 or 28.49% from 544); Green value is 188 (73.83% from 255 or 34.56% from 544); Blue value is 201 (78.91% from 255 or 36.95% from 544); Max value from RGB is 201 - color contains mainly: blue. Hex color #9BBCC9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9BBCC9 is #644336. Grayscale: #B3B3B3. Windows color (decimal): -6570807 or 13221019. OLE color: 13221019.

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

Color convert

RGB155188201-
CMYK0.230.0600.21
HSL196.96º29.87%69.8%-
HSV(B)196.96º22.89%78.82%-
XYZ42.0447.1562.14-
YUV179.62140.07110.44-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 28.49%
GREEN value IS 188 (73.83% from 255) = 34.56%
BLUE value IS 201 (78.91% from 255) = 36.95%
R=28.49%
G=34.56%
B=36.95%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1551882010.230.0600.21196.9629.8769.8
Hex9BBCC9176015c51e46
Octal23327431127602530536106
Binary1001101110111100110010011011111001010111000101111101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BBCC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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