#9BBBCA

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

Shades of Heather #9BBBCA

Tints of Heather #9BBBCA

Color information

#9BBBCA (or 0x9BBBCA) is unknown color: approx Heather. HEX triplet: 9B, BB and CA. RGB value is (155,187,202). Sum of RGB (Red+Green+Blue) = 155+187+202=544 (72% of max value = 765). Red value is 155 (60.94% from 255 or 28.49% from 544); Green value is 187 (73.44% from 255 or 34.38% from 544); Blue value is 202 (79.30% from 255 or 37.13% from 544); Max value from RGB is 202 - color contains mainly: blue. Hex color #9BBBCA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9BBBCA is #644435. Grayscale: #B3B3B3. Windows color (decimal): -6571062 or 13286299. OLE color: 13286299.

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

Color convert

RGB155187202-
CMYK0.230.0700.21
HSL199.15º30.72%70%-
HSV(B)199.15º23.27%79.22%-
XYZ41.9546.7762.69-
YUV179.14140.9110.78-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 28.49%
GREEN value IS 187 (73.44% from 255) = 34.38%
BLUE value IS 202 (79.30% from 255) = 37.13%
R=28.49%
G=34.38%
B=37.13%

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
Decimal1551872020.230.0700.21199.1530.7270
Hex9BBBCA177015c71f46
Octal23327331227702530737106
Binary1001101110111011110010101011111101010111000111111111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BBBCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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