Html Css Color HEX #89AAB2 Botticelli

📋 copy color: '#89AAB2'

red 137 ◦ green 170 ◦ blue 178

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

Shades of Botticelli #89AAB2

Tints of Botticelli #89AAB2

RGB

 RED value IS 137 (53.91% from 255) = 28.25%

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

 BLUE value IS 178 (69.92% from 255) = 36.7%

R = 28.25%
G = 35.05%
B = 36.7%

CMYK

 C value IS 0.23

 M value IS 0.04

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#89AAB2 (or 0x89AAB2) is known color: Botticelli. HEX triplet: 89, AA and B2. RGB value is (137,170,178). Sum of RGB (Red+Green+Blue) = 137+170+178=485 (64% of max value = 765). Red value is 137 (53.91% from 255 or 28.25% from 485); Green value is 170 (66.80% from 255 or 35.05% from 485); Blue value is 178 (69.92% from 255 or 36.70% from 485); Max value from RGB is 178 - color contains mainly: blue. Hex color #89AAB2 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #89AAB2 is #76554D. Grayscale: #A0A0A0. Windows color (decimal): -7755086 or 11709065. OLE color: 11709065.

HSL color Cylindrical-coordinate representation of color #89AAB2: hue angle of 191.71º degrees, saturation: 0.21, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #89AAB2 is Cyan = 0.23, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 137 170 178 -
CMYK 0.23 0.04 0 0.30
HSL 191.71º 0.21% 0.62% -
HSV(B) 191.71º 0.23% 0.7% -
XYZ 32.73 37.28 47.59 -
YUV 161.05 137.57 110.85 -
System Red Green Blue C M Y K H S L
Decimal 137 170 178 0.23 0.04 0 0.30 191.71 0.21 0.62
Hex 89 AA B2 17 4 0 1E C0 15 3E
Octal 211 252 262 27 4 0 36 300 25 76
Binary 10001001 10101010 10110010 10111 100 0 11110 11000000 10101 111110

Color Harmonies of #89AAB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89AAB2

Black with #89AAB2

Text Example


Text Example

White with #89AAB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #89AAB2; }

 p { color: rgb(137,170,178); }

 H1.HeaderClassName
 {
   color: #89AAB2;
 }
 .AnyTagClassName
 {
   color: #89AAB2;
 }
</style>

background-color css

<style>
 a { background-color: #89AAB2; }

 a { background-color: rgb(137,170,178); }

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

border-color css

<style>
 span { border-color: #89AAB2; }

 span { border-color: rgb(137,170,178); }

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