#98BAC8

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

Shades of Heather #98BAC8

Tints of Heather #98BAC8

Color information

#98BAC8 (or 0x98BAC8) is unknown color: approx Heather. HEX triplet: 98, BA and C8. RGB value is (152,186,200). Sum of RGB (Red+Green+Blue) = 152+186+200=538 (71% of max value = 765). Red value is 152 (59.77% from 255 or 28.25% from 538); Green value is 186 (73.05% from 255 or 34.57% from 538); Blue value is 200 (78.52% from 255 or 37.17% from 538); Max value from RGB is 200 - color contains mainly: blue. Hex color #98BAC8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #98BAC8 is #674537. Grayscale: #B1B1B1. Windows color (decimal): -6767928 or 13154968. OLE color: 13154968.

HSL color Cylindrical-coordinate representation of color #98BAC8: hue angle of 197.5º degrees, saturation: 0.3, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #98BAC8 is Cyan = 0.24, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB152186200-
CMYK0.240.0700.22
HSL197.5º30.38%69.02%-
HSV(B)197.5º24%78.43%-
XYZ40.9345.9661.36-
YUV177.43140.74109.86-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 28.25%
GREEN value IS 186 (73.05% from 255) = 34.57%
BLUE value IS 200 (78.52% from 255) = 37.17%
R=28.25%
G=34.57%
B=37.17%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1521862000.240.0700.22197.530.3869.02
Hex98BAC8187016c61e45
Octal23027231030702630636105
Binary1001100010111010110010001100011101011011000110111101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98BAC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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