Html Css Color HEX #89B2BE Botticelli

📋 copy color: '#89B2BE'

red 137 ◦ green 178 ◦ blue 190

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

Shades of Botticelli #89B2BE

Tints of Botticelli #89B2BE

RGB

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

 GREEN value IS 178 (69.92% from 255) = 35.25%

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

R = 27.13%
G = 35.25%
B = 37.62%

CMYK

 C value IS 0.28

 M value IS 0.06

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#89B2BE (or 0x89B2BE) is known color: Botticelli. HEX triplet: 89, B2 and BE. RGB value is (137,178,190). Sum of RGB (Red+Green+Blue) = 137+178+190=505 (66% of max value = 765). Red value is 137 (53.91% from 255 or 27.13% from 505); Green value is 178 (69.92% from 255 or 35.25% from 505); Blue value is 190 (74.61% from 255 or 37.62% from 505); Max value from RGB is 190 - color contains mainly: blue. Hex color #89B2BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #89B2BE is #764D41. Grayscale: #A7A7A7. Windows color (decimal): -7753026 or 12497545. OLE color: 12497545.

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

Color convert

RGB 137 178 190 -
CMYK 0.28 0.06 0 0.25
HSL 193.58º 0.29% 0.64% -
HSV(B) 193.58º 0.28% 0.75% -
XYZ 35.53 40.88 54.73 -
YUV 167.11 140.92 106.52 -
System Red Green Blue C M Y K H S L
Decimal 137 178 190 0.28 0.06 0 0.25 193.58 0.29 0.64
Hex 89 B2 BE 1C 6 0 19 C2 1D 40
Octal 211 262 276 34 6 0 31 302 35 100
Binary 10001001 10110010 10111110 11100 110 0 11001 11000010 11101 1000000

Color Harmonies of #89B2BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89B2BE

Black with #89B2BE

Text Example


Text Example

White with #89B2BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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