#98BACF

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

Shades of Heather #98BACF

Tints of Heather #98BACF

Color information

#98BACF (or 0x98BACF) is unknown color: approx Heather. HEX triplet: 98, BA and CF. RGB value is (152,186,207). Sum of RGB (Red+Green+Blue) = 152+186+207=545 (72% of max value = 765). Red value is 152 (59.77% from 255 or 27.89% from 545); Green value is 186 (73.05% from 255 or 34.13% from 545); Blue value is 207 (81.25% from 255 or 37.98% from 545); Max value from RGB is 207 - color contains mainly: blue. Hex color #98BACF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #98BACF is #674530. Grayscale: #B2B2B2. Windows color (decimal): -6767921 or 13613720. OLE color: 13613720.

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

Color convert

RGB152186207-
CMYK0.270.1000.19
HSL202.91º36.42%70.39%-
HSV(B)202.91º26.57%81.18%-
XYZ41.7746.365.77-
YUV178.23144.24109.29-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 27.89%
GREEN value IS 186 (73.05% from 255) = 34.13%
BLUE value IS 207 (81.25% from 255) = 37.98%
R=27.89%
G=34.13%
B=37.98%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1521862070.270.1000.19202.9136.4270.39
Hex98BACF1BA013cb2446
Octal230272317331202331344106
Binary100110001011101011001111110111010010011110010111001001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98BACF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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