Html Css Color HEX #98BACC Heather

📋 copy color: '#98BACC'

red 152 ◦ green 186 ◦ blue 204

#98BACC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Heather #98BACC

Tints of Heather #98BACC

RGB

 RED value IS 152 (59.77% from 255) = 28.04%

 GREEN value IS 186 (73.05% from 255) = 34.32%

 BLUE value IS 204 (80.08% from 255) = 37.64%

R = 28.04%
G = 34.32%
B = 37.64%

CMYK

 C value IS 0.25

 M value IS 0.09

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#98BACC (or 0x98BACC) is known color: Heather. HEX triplet: 98, BA and CC. RGB value is (152,186,204). Sum of RGB (Red+Green+Blue) = 152+186+204=542 (71% of max value = 765). Red value is 152 (59.77% from 255 or 28.04% from 542); Green value is 186 (73.05% from 255 or 34.32% from 542); Blue value is 204 (80.08% from 255 or 37.64% from 542); Max value from RGB is 204 - color contains mainly: blue. Hex color #98BACC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #98BACC is #674533. Grayscale: #B1B1B1. Windows color (decimal): -6767924 or 13417112. OLE color: 13417112.

HSL color Cylindrical-coordinate representation of color #98BACC: hue angle of 200.77º degrees, saturation: 0.34, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #98BACC is Cyan = 0.25, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 152 186 204 -
CMYK 0.25 0.09 0 0.2
HSL 200.77º 0.34% 0.7% -
HSV(B) 200.77º 0.25% 0.8% -
XYZ 41.41 46.15 63.85 -
YUV 177.89 142.74 109.54 -
System Red Green Blue C M Y K H S L
Decimal 152 186 204 0.25 0.09 0 0.2 200.77 0.34 0.7
Hex 98 BA CC 19 9 0 14 C9 22 46
Octal 230 272 314 31 11 0 24 311 42 106
Binary 10011000 10111010 11001100 11001 1001 0 10100 11001001 100010 1000110

Color Harmonies of #98BACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98BACC

Black with #98BACC

Text Example


Text Example

White with #98BACC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #98BACC;
 }
 .AnyTagClassName
 {
   color: #98BACC;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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