#9BBACA

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

Shades of Heather #9BBACA

Tints of Heather #9BBACA

Color information

#9BBACA (or 0x9BBACA) is unknown color: approx Heather. HEX triplet: 9B, BA and CA. RGB value is (155,186,202). Sum of RGB (Red+Green+Blue) = 155+186+202=543 (71% of max value = 765). Red value is 155 (60.94% from 255 or 28.55% from 543); Green value is 186 (73.05% from 255 or 34.25% from 543); Blue value is 202 (79.30% from 255 or 37.20% from 543); Max value from RGB is 202 - color contains mainly: blue. Hex color #9BBACA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9BBACA is #644535. Grayscale: #B2B2B2. Windows color (decimal): -6571318 or 13286043. OLE color: 13286043.

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

Color convert

RGB155186202-
CMYK0.230.0800.21
HSL200.43º30.72%70%-
HSV(B)200.43º23.27%79.22%-
XYZ41.7446.3562.62-
YUV178.55141.23111.2-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 28.55%
GREEN value IS 186 (73.05% from 255) = 34.25%
BLUE value IS 202 (79.30% from 255) = 37.20%
R=28.55%
G=34.25%
B=37.20%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1551862020.230.0800.21200.4330.7270
Hex9BBACA178015c81f46
Octal233272312271002531037106
Binary10011011101110101100101010111100001010111001000111111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BBACA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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