Html Css Color HEX #98AAB1 Botticelli

📋 copy color: '#98AAB1'

red 152 ◦ green 170 ◦ blue 177

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

Shades of Botticelli #98AAB1

Tints of Botticelli #98AAB1

RGB

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

 GREEN value IS 170 (66.8% from 255) = 34.07%

 BLUE value IS 177 (69.53% from 255) = 35.47%

R = 30.46%
G = 34.07%
B = 35.47%

CMYK

 C value IS 0.14

 M value IS 0.04

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#98AAB1 (or 0x98AAB1) is known color: Botticelli. HEX triplet: 98, AA and B1. RGB value is (152,170,177). Sum of RGB (Red+Green+Blue) = 152+170+177=499 (66% of max value = 765). Red value is 152 (59.77% from 255 or 30.46% from 499); Green value is 170 (66.80% from 255 or 34.07% from 499); Blue value is 177 (69.53% from 255 or 35.47% from 499); Max value from RGB is 177 - color contains mainly: blue. Hex color #98AAB1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #98AAB1 is #67554E. Grayscale: #A5A5A5. Windows color (decimal): -6772047 or 11643544. OLE color: 11643544.

HSL color Cylindrical-coordinate representation of color #98AAB1: hue angle of 196.8º degrees, saturation: 0.14, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #98AAB1 is Cyan = 0.14, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 152 170 177 -
CMYK 0.14 0.04 0 0.31
HSL 196.8º 0.14% 0.65% -
HSV(B) 196.8º 0.14% 0.69% -
XYZ 35.26 38.6 47.19 -
YUV 165.42 134.54 118.43 -
System Red Green Blue C M Y K H S L
Decimal 152 170 177 0.14 0.04 0 0.31 196.8 0.14 0.65
Hex 98 AA B1 E 4 0 1F C5 E 41
Octal 230 252 261 16 4 0 37 305 16 101
Binary 10011000 10101010 10110001 1110 100 0 11111 11000101 1110 1000001

Color Harmonies of #98AAB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98AAB1

Black with #98AAB1

Text Example


Text Example

White with #98AAB1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(152,170,177); }

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

background-color css

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

 a { background-color: rgb(152,170,177); }

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

border-color css

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

 span { border-color: rgb(152,170,177); }

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