Html Css Color HEX #98BACF Heather

📋 copy color: '#98BACF'

red 152 ◦ green 186 ◦ blue 207

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

Shades of Heather #98BACF

Tints of Heather #98BACF

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 value IS 0.27

 M value IS 0.10

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#98BACF (or 0x98BACF) is known color: 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

RGB 152 186 207 -
CMYK 0.27 0.10 0 0.19
HSL 202.91º 0.36% 0.7% -
HSV(B) 202.91º 0.27% 0.81% -
XYZ 41.77 46.3 65.77 -
YUV 178.23 144.24 109.29 -
System Red Green Blue C M Y K H S L
Decimal 152 186 207 0.27 0.10 0 0.19 202.91 0.36 0.7
Hex 98 BA CF 1B A 0 13 CB 24 46
Octal 230 272 317 33 12 0 23 313 44 106
Binary 10011000 10111010 11001111 11011 1010 0 10011 11001011 100100 1000110

Color Harmonies of #98BACF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98BACF

Black with #98BACF

Text Example


Text Example

White with #98BACF

Text Example


Text Example

HTML Codes & Css Web 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>