#98BACE

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

Shades of Heather #98BACE

Tints of Heather #98BACE

Color information

#98BACE (or 0x98BACE) is unknown color: approx Heather. HEX triplet: 98, BA and CE. RGB value is (152,186,206). Sum of RGB (Red+Green+Blue) = 152+186+206=544 (72% of max value = 765). Red value is 152 (59.77% from 255 or 27.94% from 544); Green value is 186 (73.05% from 255 or 34.19% from 544); Blue value is 206 (80.86% from 255 or 37.87% from 544); Max value from RGB is 206 - color contains mainly: blue. Hex color #98BACE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #98BACE is #674531. Grayscale: #B2B2B2. Windows color (decimal): -6767922 or 13548184. OLE color: 13548184.

HSL color Cylindrical-coordinate representation of color #98BACE: hue angle of 202.22º degrees, saturation: 0.36, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #98BACE is Cyan = 0.26, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB152186206-
CMYK0.260.1000.19
HSL202.22º35.53%70.2%-
HSV(B)202.22º26.21%80.78%-
XYZ41.6546.2565.12-
YUV178.11143.74109.37-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 27.94%
GREEN value IS 186 (73.05% from 255) = 34.19%
BLUE value IS 206 (80.86% from 255) = 37.87%
R=27.94%
G=34.19%
B=37.87%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1521862060.260.1000.19202.2235.5370.2
Hex98BACE1AA013ca2446
Octal230272316321202331244106
Binary100110001011101011001110110101010010011110010101001001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98BACE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #98BACE; }

 p { color: rgb(152,186,206); }

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

<style>
 a { background-color: #98BACE; }

 a { background-color: rgb(152,186,206); }

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

<style>
 span { border-color: #98BACE; }

 span { border-color: rgb(152,186,206); }

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