#9BB9C4

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

Shades of Heather #9BB9C4

Tints of Heather #9BB9C4

Color information

#9BB9C4 (or 0x9BB9C4) is unknown color: approx Heather. HEX triplet: 9B, B9 and C4. RGB value is (155,185,196). Sum of RGB (Red+Green+Blue) = 155+185+196=536 (70% of max value = 765). Red value is 155 (60.94% from 255 or 28.92% from 536); Green value is 185 (72.66% from 255 or 34.51% from 536); Blue value is 196 (76.95% from 255 or 36.57% from 536); Max value from RGB is 196 - color contains mainly: blue. Hex color #9BB9C4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9BB9C4 is #64463B. Grayscale: #B1B1B1. Windows color (decimal): -6571580 or 12892571. OLE color: 12892571.

HSL color Cylindrical-coordinate representation of color #9BB9C4: hue angle of 196.1º degrees, saturation: 0.26, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #9BB9C4 is Cyan = 0.21, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB155185196-
CMYK0.210.0600.23
HSL196.1º25.79%68.82%-
HSV(B)196.1º20.92%76.86%-
XYZ40.8345.6558.88-
YUV177.28138.56112.11-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 28.92%
GREEN value IS 185 (72.66% from 255) = 34.51%
BLUE value IS 196 (76.95% from 255) = 36.57%
R=28.92%
G=34.51%
B=36.57%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1551851960.210.0600.23196.125.7968.82
Hex9BB9C4156017c41a45
Octal23327130425602730432105
Binary1001101110111001110001001010111001011111000100110101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BB9C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,185,196); }

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

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

 a { background-color: rgb(155,185,196); }

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

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

 span { border-color: rgb(155,185,196); }

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