Html Css Color HEX #89B1BC Botticelli

📋 copy color: '#89B1BC'

red 137 ◦ green 177 ◦ blue 188

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

Shades of Botticelli #89B1BC

Tints of Botticelli #89B1BC

RGB

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

 GREEN value IS 177 (69.53% from 255) = 35.26%

 BLUE value IS 188 (73.83% from 255) = 37.45%

R = 27.29%
G = 35.26%
B = 37.45%

CMYK

 C value IS 0.27

 M value IS 0.06

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#89B1BC (or 0x89B1BC) is known color: Botticelli. HEX triplet: 89, B1 and BC. RGB value is (137,177,188). Sum of RGB (Red+Green+Blue) = 137+177+188=502 (66% of max value = 765). Red value is 137 (53.91% from 255 or 27.29% from 502); Green value is 177 (69.53% from 255 or 35.26% from 502); Blue value is 188 (73.83% from 255 or 37.45% from 502); Max value from RGB is 188 - color contains mainly: blue. Hex color #89B1BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #89B1BC is #764E43. Grayscale: #A6A6A6. Windows color (decimal): -7753284 or 12366217. OLE color: 12366217.

HSL color Cylindrical-coordinate representation of color #89B1BC: hue angle of 192.94º degrees, saturation: 0.28, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #89B1BC is Cyan = 0.27, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 137 177 188 -
CMYK 0.27 0.06 0 0.26
HSL 192.94º 0.28% 0.64% -
HSV(B) 192.94º 0.27% 0.74% -
XYZ 35.12 40.39 53.52 -
YUV 166.29 140.25 107.11 -
System Red Green Blue C M Y K H S L
Decimal 137 177 188 0.27 0.06 0 0.26 192.94 0.28 0.64
Hex 89 B1 BC 1B 6 0 1A C1 1C 40
Octal 211 261 274 33 6 0 32 301 34 100
Binary 10001001 10110001 10111100 11011 110 0 11010 11000001 11100 1000000

Color Harmonies of #89B1BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89B1BC

Black with #89B1BC

Text Example


Text Example

White with #89B1BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(137,177,188); }

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

background-color css

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

 a { background-color: rgb(137,177,188); }

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

border-color css

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

 span { border-color: rgb(137,177,188); }

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