Html Css Color HEX #89B5BA Botticelli

📋 copy color: '#89B5BA'

red 137 ◦ green 181 ◦ blue 186

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

Shades of Botticelli #89B5BA

Tints of Botticelli #89B5BA

RGB

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

 GREEN value IS 181 (71.09% from 255) = 35.91%

 BLUE value IS 186 (73.05% from 255) = 36.9%

R = 27.18%
G = 35.91%
B = 36.9%

CMYK

 C value IS 0.26

 M value IS 0.03

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#89B5BA (or 0x89B5BA) is known color: Botticelli. HEX triplet: 89, B5 and BA. RGB value is (137,181,186). Sum of RGB (Red+Green+Blue) = 137+181+186=504 (66% of max value = 765). Red value is 137 (53.91% from 255 or 27.18% from 504); Green value is 181 (71.09% from 255 or 35.91% from 504); Blue value is 186 (73.05% from 255 or 36.90% from 504); Max value from RGB is 186 - color contains mainly: blue. Hex color #89B5BA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #89B5BA is #764A45. Grayscale: #A8A8A8. Windows color (decimal): -7752262 or 12236169. OLE color: 12236169.

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

Color convert

RGB 137 181 186 -
CMYK 0.26 0.03 0 0.27
HSL 186.12º 0.26% 0.63% -
HSV(B) 186.12º 0.26% 0.73% -
XYZ 35.7 41.91 52.66 -
YUV 168.41 137.92 105.59 -
System Red Green Blue C M Y K H S L
Decimal 137 181 186 0.26 0.03 0 0.27 186.12 0.26 0.63
Hex 89 B5 BA 1A 3 0 1B BA 1A 3F
Octal 211 265 272 32 3 0 33 272 32 77
Binary 10001001 10110101 10111010 11010 11 0 11011 10111010 11010 111111

Color Harmonies of #89B5BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89B5BA

Black with #89B5BA

Text Example


Text Example

White with #89B5BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(137,181,186); }

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

background-color css

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

 a { background-color: rgb(137,181,186); }

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

border-color css

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

 span { border-color: rgb(137,181,186); }

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