Html Css Color HEX #89B5BE Botticelli

📋 copy color: '#89B5BE'

red 137 ◦ green 181 ◦ blue 190

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

Shades of Botticelli #89B5BE

Tints of Botticelli #89B5BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 37.4%

R = 26.97%
G = 35.63%
B = 37.4%

CMYK

 C value IS 0.28

 M value IS 0.05

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#89B5BE (or 0x89B5BE) is known color: Botticelli. HEX triplet: 89, B5 and BE. RGB value is (137,181,190). Sum of RGB (Red+Green+Blue) = 137+181+190=508 (67% of max value = 765). Red value is 137 (53.91% from 255 or 26.97% from 508); Green value is 181 (71.09% from 255 or 35.63% from 508); Blue value is 190 (74.61% from 255 or 37.40% from 508); Max value from RGB is 190 - color contains mainly: blue. Hex color #89B5BE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #89B5BE is #764A41. Grayscale: #A8A8A8. Windows color (decimal): -7752258 or 12498313. OLE color: 12498313.

HSL color Cylindrical-coordinate representation of color #89B5BE: hue angle of 190.19º degrees, saturation: 0.29, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #89B5BE is Cyan = 0.28, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 137 181 190 -
CMYK 0.28 0.05 0 0.25
HSL 190.19º 0.29% 0.64% -
HSV(B) 190.19º 0.28% 0.75% -
XYZ 36.13 42.08 54.93 -
YUV 168.87 139.92 105.27 -
System Red Green Blue C M Y K H S L
Decimal 137 181 190 0.28 0.05 0 0.25 190.19 0.29 0.64
Hex 89 B5 BE 1C 5 0 19 BE 1D 40
Octal 211 265 276 34 5 0 31 276 35 100
Binary 10001001 10110101 10111110 11100 101 0 11001 10111110 11101 1000000

Color Harmonies of #89B5BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89B5BE

Black with #89B5BE

Text Example


Text Example

White with #89B5BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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