Html Css Color HEX #89B1BA Botticelli

📋 copy color: '#89B1BA'

red 137 ◦ green 177 ◦ blue 186

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

Shades of Botticelli #89B1BA

Tints of Botticelli #89B1BA

RGB

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

 GREEN value IS 177 (69.53% from 255) = 35.4%

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

R = 27.4%
G = 35.4%
B = 37.2%

CMYK

 C value IS 0.26

 M value IS 0.05

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#89B1BA (or 0x89B1BA) is known color: Botticelli. HEX triplet: 89, B1 and BA. RGB value is (137,177,186). Sum of RGB (Red+Green+Blue) = 137+177+186=500 (66% of max value = 765). Red value is 137 (53.91% from 255 or 27.4% from 500); Green value is 177 (69.53% from 255 or 35.4% from 500); Blue value is 186 (73.05% from 255 or 37.2% from 500); Max value from RGB is 186 - color contains mainly: blue. Hex color #89B1BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #89B1BA is #764E45. Grayscale: #A5A5A5. Windows color (decimal): -7753286 or 12235145. OLE color: 12235145.

HSL color Cylindrical-coordinate representation of color #89B1BA: hue angle of 191.02º 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 #89B1BA is Cyan = 0.26, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 137 177 186 -
CMYK 0.26 0.05 0 0.27
HSL 191.02º 0.26% 0.63% -
HSV(B) 191.02º 0.26% 0.73% -
XYZ 34.9 40.31 52.4 -
YUV 166.07 139.25 107.27 -
System Red Green Blue C M Y K H S L
Decimal 137 177 186 0.26 0.05 0 0.27 191.02 0.26 0.63
Hex 89 B1 BA 1A 5 0 1B BF 1A 3F
Octal 211 261 272 32 5 0 33 277 32 77
Binary 10001001 10110001 10111010 11010 101 0 11011 10111111 11010 111111

Color Harmonies of #89B1BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89B1BA

Black with #89B1BA

Text Example


Text Example

White with #89B1BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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