Html Css Color HEX #89AEBD Botticelli

📋 copy color: '#89AEBD'

red 137 ◦ green 174 ◦ blue 189

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

Shades of Botticelli #89AEBD

Tints of Botticelli #89AEBD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 37.8%

R = 27.4%
G = 34.8%
B = 37.8%

CMYK

 C value IS 0.28

 M value IS 0.08

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#89AEBD (or 0x89AEBD) is known color: Botticelli. HEX triplet: 89, AE and BD. RGB value is (137,174,189). Sum of RGB (Red+Green+Blue) = 137+174+189=500 (66% of max value = 765). Red value is 137 (53.91% from 255 or 27.4% from 500); Green value is 174 (68.36% from 255 or 34.8% from 500); Blue value is 189 (74.22% from 255 or 37.8% from 500); Max value from RGB is 189 - color contains mainly: blue. Hex color #89AEBD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #89AEBD is #765142. Grayscale: #A4A4A4. Windows color (decimal): -7754051 or 12430985. OLE color: 12430985.

HSL color Cylindrical-coordinate representation of color #89AEBD: hue angle of 197.31º degrees, saturation: 0.28, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #89AEBD is Cyan = 0.28, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 137 174 189 -
CMYK 0.28 0.08 0 0.26
HSL 197.31º 0.28% 0.64% -
HSV(B) 197.31º 0.28% 0.74% -
XYZ 34.64 39.26 53.9 -
YUV 164.65 141.74 108.28 -
System Red Green Blue C M Y K H S L
Decimal 137 174 189 0.28 0.08 0 0.26 197.31 0.28 0.64
Hex 89 AE BD 1C 8 0 1A C5 1C 40
Octal 211 256 275 34 10 0 32 305 34 100
Binary 10001001 10101110 10111101 11100 1000 0 11010 11000101 11100 1000000

Color Harmonies of #89AEBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89AEBD

Black with #89AEBD

Text Example


Text Example

White with #89AEBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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