Html Css Color HEX #89AEBC Botticelli

📋 copy color: '#89AEBC'

red 137 ◦ green 174 ◦ blue 188

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

Shades of Botticelli #89AEBC

Tints of Botticelli #89AEBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 37.68%

R = 27.45%
G = 34.87%
B = 37.68%

CMYK

 C value IS 0.27

 M value IS 0.07

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#89AEBC (or 0x89AEBC) is known color: Botticelli. HEX triplet: 89, AE and BC. RGB value is (137,174,188). Sum of RGB (Red+Green+Blue) = 137+174+188=499 (66% of max value = 765). Red value is 137 (53.91% from 255 or 27.45% from 499); Green value is 174 (68.36% from 255 or 34.87% from 499); Blue value is 188 (73.83% from 255 or 37.68% from 499); Max value from RGB is 188 - color contains mainly: blue. Hex color #89AEBC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #89AEBC is #765143. Grayscale: #A4A4A4. Windows color (decimal): -7754052 or 12365449. OLE color: 12365449.

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

Color convert

RGB 137 174 188 -
CMYK 0.27 0.07 0 0.26
HSL 196.47º 0.28% 0.64% -
HSV(B) 196.47º 0.27% 0.74% -
XYZ 34.53 39.22 53.33 -
YUV 164.53 141.24 108.36 -
System Red Green Blue C M Y K H S L
Decimal 137 174 188 0.27 0.07 0 0.26 196.47 0.28 0.64
Hex 89 AE BC 1B 7 0 1A C4 1C 40
Octal 211 256 274 33 7 0 32 304 34 100
Binary 10001001 10101110 10111100 11011 111 0 11010 11000100 11100 1000000

Color Harmonies of #89AEBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89AEBC

Black with #89AEBC

Text Example


Text Example

White with #89AEBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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