Html Css Color HEX #89B0BF Botticelli

📋 copy color: '#89B0BF'

red 137 ◦ green 176 ◦ blue 191

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

Shades of Botticelli #89B0BF

Tints of Botticelli #89B0BF

RGB

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

 GREEN value IS 176 (69.14% from 255) = 34.92%

 BLUE value IS 191 (75% from 255) = 37.9%

R = 27.18%
G = 34.92%
B = 37.9%

CMYK

 C value IS 0.28

 M value IS 0.08

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#89B0BF (or 0x89B0BF) is known color: Botticelli. HEX triplet: 89, B0 and BF. RGB value is (137,176,191). Sum of RGB (Red+Green+Blue) = 137+176+191=504 (66% of max value = 765). Red value is 137 (53.91% from 255 or 27.18% from 504); Green value is 176 (69.14% from 255 or 34.92% from 504); Blue value is 191 (75% from 255 or 37.90% from 504); Max value from RGB is 191 - color contains mainly: blue. Hex color #89B0BF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #89B0BF is #764F40. Grayscale: #A5A5A5. Windows color (decimal): -7753537 or 12562569. OLE color: 12562569.

HSL color Cylindrical-coordinate representation of color #89B0BF: hue angle of 196.67º degrees, saturation: 0.3, 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 #89B0BF is Cyan = 0.28, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 137 176 191 -
CMYK 0.28 0.08 0 0.25
HSL 196.67º 0.3% 0.64% -
HSV(B) 196.67º 0.28% 0.75% -
XYZ 35.25 40.13 55.18 -
YUV 166.05 142.08 107.28 -
System Red Green Blue C M Y K H S L
Decimal 137 176 191 0.28 0.08 0 0.25 196.67 0.3 0.64
Hex 89 B0 BF 1C 8 0 19 C5 1E 40
Octal 211 260 277 34 10 0 31 305 36 100
Binary 10001001 10110000 10111111 11100 1000 0 11001 11000101 11110 1000000

Color Harmonies of #89B0BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89B0BF

Black with #89B0BF

Text Example


Text Example

White with #89B0BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(137,176,191); }

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

background-color css

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

 a { background-color: rgb(137,176,191); }

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

border-color css

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

 span { border-color: rgb(137,176,191); }

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