Html Css Color HEX #89B7BA Botticelli

📋 copy color: '#89B7BA'

red 137 ◦ green 183 ◦ blue 186

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

Shades of Botticelli #89B7BA

Tints of Botticelli #89B7BA

RGB

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

 GREEN value IS 183 (71.88% from 255) = 36.17%

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

R = 27.08%
G = 36.17%
B = 36.76%

CMYK

 C value IS 0.26

 M value IS 0.02

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#89B7BA (or 0x89B7BA) is known color: Botticelli. HEX triplet: 89, B7 and BA. RGB value is (137,183,186). Sum of RGB (Red+Green+Blue) = 137+183+186=506 (67% of max value = 765). Red value is 137 (53.91% from 255 or 27.08% from 506); Green value is 183 (71.88% from 255 or 36.17% from 506); Blue value is 186 (73.05% from 255 or 36.76% from 506); Max value from RGB is 186 - color contains mainly: blue. Hex color #89B7BA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #89B7BA is #764845. Grayscale: #A9A9A9. Windows color (decimal): -7751750 or 12236681. OLE color: 12236681.

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

Color convert

RGB 137 183 186 -
CMYK 0.26 0.02 0 0.27
HSL 183.67º 0.26% 0.63% -
HSV(B) 183.67º 0.26% 0.73% -
XYZ 36.11 42.73 52.8 -
YUV 169.59 137.26 104.76 -
System Red Green Blue C M Y K H S L
Decimal 137 183 186 0.26 0.02 0 0.27 183.67 0.26 0.63
Hex 89 B7 BA 1A 2 0 1B B8 1A 3F
Octal 211 267 272 32 2 0 33 270 32 77
Binary 10001001 10110111 10111010 11010 10 0 11011 10111000 11010 111111

Color Harmonies of #89B7BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89B7BA

Black with #89B7BA

Text Example


Text Example

White with #89B7BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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