#9BBACF

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

Shades of Heather #9BBACF

Tints of Heather #9BBACF

Color information

#9BBACF (or 0x9BBACF) is unknown color: approx Heather. HEX triplet: 9B, BA and CF. RGB value is (155,186,207). Sum of RGB (Red+Green+Blue) = 155+186+207=548 (72% of max value = 765). Red value is 155 (60.94% from 255 or 28.28% from 548); Green value is 186 (73.05% from 255 or 33.94% from 548); Blue value is 207 (81.25% from 255 or 37.77% from 548); Max value from RGB is 207 - color contains mainly: blue. Hex color #9BBACF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9BBACF is #644530. Grayscale: #B3B3B3. Windows color (decimal): -6571313 or 13613723. OLE color: 13613723.

HSL color Cylindrical-coordinate representation of color #9BBACF: hue angle of 204.23º degrees, saturation: 0.35, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #9BBACF is Cyan = 0.25, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB155186207-
CMYK0.250.1000.19
HSL204.23º35.14%70.98%-
HSV(B)204.23º25.12%81.18%-
XYZ42.3446.5965.79-
YUV179.12143.73110.79-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 28.28%
GREEN value IS 186 (73.05% from 255) = 33.94%
BLUE value IS 207 (81.25% from 255) = 37.77%
R=28.28%
G=33.94%
B=37.77%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1551862070.250.1000.19204.2335.1470.98
Hex9BBACF19A013cc2347
Octal233272317311202331443107
Binary100110111011101011001111110011010010011110011001000111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BBACF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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