Html Css Color HEX #89AEBB Botticelli

📋 copy color: '#89AEBB'

red 137 ◦ green 174 ◦ blue 187

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

Shades of Botticelli #89AEBB

Tints of Botticelli #89AEBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 37.55%

R = 27.51%
G = 34.94%
B = 37.55%

CMYK

 C value IS 0.27

 M value IS 0.07

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#89AEBB (or 0x89AEBB) is known color: Botticelli. HEX triplet: 89, AE and BB. RGB value is (137,174,187). Sum of RGB (Red+Green+Blue) = 137+174+187=498 (65% of max value = 765). Red value is 137 (53.91% from 255 or 27.51% from 498); Green value is 174 (68.36% from 255 or 34.94% from 498); Blue value is 187 (73.44% from 255 or 37.55% from 498); Max value from RGB is 187 - color contains mainly: blue. Hex color #89AEBB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #89AEBB is #765144. Grayscale: #A4A4A4. Windows color (decimal): -7754053 or 12299913. OLE color: 12299913.

HSL color Cylindrical-coordinate representation of color #89AEBB: hue angle of 195.6º degrees, saturation: 0.27, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #89AEBB is Cyan = 0.27, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 137 174 187 -
CMYK 0.27 0.07 0 0.27
HSL 195.6º 0.27% 0.64% -
HSV(B) 195.6º 0.27% 0.73% -
XYZ 34.42 39.18 52.76 -
YUV 164.42 140.74 108.44 -
System Red Green Blue C M Y K H S L
Decimal 137 174 187 0.27 0.07 0 0.27 195.6 0.27 0.64
Hex 89 AE BB 1B 7 0 1B C4 1B 40
Octal 211 256 273 33 7 0 33 304 33 100
Binary 10001001 10101110 10111011 11011 111 0 11011 11000100 11011 1000000

Color Harmonies of #89AEBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89AEBB

Black with #89AEBB

Text Example


Text Example

White with #89AEBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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