Html Css Color HEX #98ABAE Botticelli

📋 copy color: '#98ABAE'

red 152 ◦ green 171 ◦ blue 174

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

Shades of Botticelli #98ABAE

Tints of Botticelli #98ABAE

RGB

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

 GREEN value IS 171 (67.19% from 255) = 34.41%

 BLUE value IS 174 (68.36% from 255) = 35.01%

R = 30.58%
G = 34.41%
B = 35.01%

CMYK

 C value IS 0.13

 M value IS 0.02

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#98ABAE (or 0x98ABAE) is known color: Botticelli. HEX triplet: 98, AB and AE. RGB value is (152,171,174). Sum of RGB (Red+Green+Blue) = 152+171+174=497 (65% of max value = 765). Red value is 152 (59.77% from 255 or 30.58% from 497); Green value is 171 (67.19% from 255 or 34.41% from 497); Blue value is 174 (68.36% from 255 or 35.01% from 497); Max value from RGB is 174 - color contains mainly: blue. Hex color #98ABAE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #98ABAE is #675451. Grayscale: #A5A5A5. Windows color (decimal): -6771794 or 11447192. OLE color: 11447192.

HSL color Cylindrical-coordinate representation of color #98ABAE: hue angle of 188.18º degrees, saturation: 0.12, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #98ABAE is Cyan = 0.13, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 152 171 174 -
CMYK 0.13 0.02 0 0.32
HSL 188.18º 0.12% 0.64% -
HSV(B) 188.18º 0.13% 0.68% -
XYZ 35.15 38.86 45.69 -
YUV 165.66 132.71 118.26 -
System Red Green Blue C M Y K H S L
Decimal 152 171 174 0.13 0.02 0 0.32 188.18 0.12 0.64
Hex 98 AB AE D 2 0 20 BC C 40
Octal 230 253 256 15 2 0 40 274 14 100
Binary 10011000 10101011 10101110 1101 10 0 100000 10111100 1100 1000000

Color Harmonies of #98ABAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98ABAE

Black with #98ABAE

Text Example


Text Example

White with #98ABAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(152,171,174); }

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

background-color css

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

 a { background-color: rgb(152,171,174); }

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

border-color css

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

 span { border-color: rgb(152,171,174); }

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