Html Css Color HEX #89B2BF Botticelli

📋 copy color: '#89B2BF'

red 137 ◦ green 178 ◦ blue 191

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

Shades of Botticelli #89B2BF

Tints of Botticelli #89B2BF

RGB

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

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

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

R = 27.08%
G = 35.18%
B = 37.75%

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

#89B2BF (or 0x89B2BF) is known color: Botticelli. HEX triplet: 89, B2 and BF. RGB value is (137,178,191). Sum of RGB (Red+Green+Blue) = 137+178+191=506 (67% of max value = 765). Red value is 137 (53.91% from 255 or 27.08% from 506); Green value is 178 (69.92% from 255 or 35.18% from 506); Blue value is 191 (75% from 255 or 37.75% from 506); Max value from RGB is 191 - color contains mainly: blue. Hex color #89B2BF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #89B2BF is #764D40. Grayscale: #A7A7A7. Windows color (decimal): -7753025 or 12563081. OLE color: 12563081.

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

Color convert

RGB 137 178 191 -
CMYK 0.28 0.07 0 0.25
HSL 194.44º 0.3% 0.64% -
HSV(B) 194.44º 0.28% 0.75% -
XYZ 35.64 40.92 55.31 -
YUV 167.22 141.42 106.44 -
System Red Green Blue C M Y K H S L
Decimal 137 178 191 0.28 0.07 0 0.25 194.44 0.3 0.64
Hex 89 B2 BF 1C 7 0 19 C2 1E 40
Octal 211 262 277 34 7 0 31 302 36 100
Binary 10001001 10110010 10111111 11100 111 0 11001 11000010 11110 1000000

Color Harmonies of #89B2BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89B2BF

Black with #89B2BF

Text Example


Text Example

White with #89B2BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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