Html Css Color HEX #89AEB6 Botticelli

📋 copy color: '#89AEB6'

red 137 ◦ green 174 ◦ blue 182

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

Shades of Botticelli #89AEB6

Tints of Botticelli #89AEB6

RGB

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

 GREEN value IS 174 (68.36% from 255) = 35.29%

 BLUE value IS 182 (71.48% from 255) = 36.92%

R = 27.79%
G = 35.29%
B = 36.92%

CMYK

 C value IS 0.25

 M value IS 0.04

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#89AEB6 (or 0x89AEB6) is known color: Botticelli. HEX triplet: 89, AE and B6. RGB value is (137,174,182). Sum of RGB (Red+Green+Blue) = 137+174+182=493 (65% of max value = 765). Red value is 137 (53.91% from 255 or 27.79% from 493); Green value is 174 (68.36% from 255 or 35.29% from 493); Blue value is 182 (71.48% from 255 or 36.92% from 493); Max value from RGB is 182 - color contains mainly: blue. Hex color #89AEB6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #89AEB6 is #765149. Grayscale: #A3A3A3. Windows color (decimal): -7754058 or 11972233. OLE color: 11972233.

HSL color Cylindrical-coordinate representation of color #89AEB6: hue angle of 190.67º degrees, saturation: 0.24, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #89AEB6 is Cyan = 0.25, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 137 174 182 -
CMYK 0.25 0.04 0 0.29
HSL 190.67º 0.24% 0.63% -
HSV(B) 190.67º 0.25% 0.71% -
XYZ 33.9 38.97 49.99 -
YUV 163.85 138.24 108.85 -
System Red Green Blue C M Y K H S L
Decimal 137 174 182 0.25 0.04 0 0.29 190.67 0.24 0.63
Hex 89 AE B6 19 4 0 1D BF 18 3F
Octal 211 256 266 31 4 0 35 277 30 77
Binary 10001001 10101110 10110110 11001 100 0 11101 10111111 11000 111111

Color Harmonies of #89AEB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89AEB6

Black with #89AEB6

Text Example


Text Example

White with #89AEB6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(137,174,182); }

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

background-color css

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

 a { background-color: rgb(137,174,182); }

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

border-color css

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

 span { border-color: rgb(137,174,182); }

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