Html Css Color HEX #89B0BE Botticelli

📋 copy color: '#89B0BE'

red 137 ◦ green 176 ◦ blue 190

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

Shades of Botticelli #89B0BE

Tints of Botticelli #89B0BE

RGB

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

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

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

R = 27.24%
G = 34.99%
B = 37.77%

CMYK

 C value IS 0.28

 M value IS 0.07

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#89B0BE (or 0x89B0BE) is known color: Botticelli. HEX triplet: 89, B0 and BE. RGB value is (137,176,190). Sum of RGB (Red+Green+Blue) = 137+176+190=503 (66% of max value = 765). Red value is 137 (53.91% from 255 or 27.24% from 503); Green value is 176 (69.14% from 255 or 34.99% from 503); Blue value is 190 (74.61% from 255 or 37.77% from 503); Max value from RGB is 190 - color contains mainly: blue. Hex color #89B0BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #89B0BE is #764F41. Grayscale: #A5A5A5. Windows color (decimal): -7753538 or 12497033. OLE color: 12497033.

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

Color convert

RGB 137 176 190 -
CMYK 0.28 0.07 0 0.25
HSL 195.85º 0.29% 0.64% -
HSV(B) 195.85º 0.28% 0.75% -
XYZ 35.14 40.09 54.6 -
YUV 165.94 141.58 107.36 -
System Red Green Blue C M Y K H S L
Decimal 137 176 190 0.28 0.07 0 0.25 195.85 0.29 0.64
Hex 89 B0 BE 1C 7 0 19 C4 1D 40
Octal 211 260 276 34 7 0 31 304 35 100
Binary 10001001 10110000 10111110 11100 111 0 11001 11000100 11101 1000000

Color Harmonies of #89B0BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89B0BE

Black with #89B0BE

Text Example


Text Example

White with #89B0BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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