Html Css Color HEX #89ACBB Botticelli

📋 copy color: '#89ACBB'

red 137 ◦ green 172 ◦ blue 187

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

Shades of Botticelli #89ACBB

Tints of Botticelli #89ACBB

RGB

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

 GREEN value IS 172 (67.58% from 255) = 34.68%

 BLUE value IS 187 (73.44% from 255) = 37.7%

R = 27.62%
G = 34.68%
B = 37.7%

CMYK

 C value IS 0.27

 M value IS 0.08

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#89ACBB (or 0x89ACBB) is known color: Botticelli. HEX triplet: 89, AC and BB. RGB value is (137,172,187). Sum of RGB (Red+Green+Blue) = 137+172+187=496 (65% of max value = 765). Red value is 137 (53.91% from 255 or 27.62% from 496); Green value is 172 (67.58% from 255 or 34.68% from 496); Blue value is 187 (73.44% from 255 or 37.70% from 496); Max value from RGB is 187 - color contains mainly: blue. Hex color #89ACBB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #89ACBB is #765344. Grayscale: #A3A3A3. Windows color (decimal): -7754565 or 12299401. OLE color: 12299401.

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

Color convert

RGB 137 172 187 -
CMYK 0.27 0.08 0 0.27
HSL 198º 0.27% 0.64% -
HSV(B) 198º 0.27% 0.73% -
XYZ 34.04 38.41 52.63 -
YUV 163.25 141.4 109.28 -
System Red Green Blue C M Y K H S L
Decimal 137 172 187 0.27 0.08 0 0.27 198 0.27 0.64
Hex 89 AC BB 1B 8 0 1B C6 1B 40
Octal 211 254 273 33 10 0 33 306 33 100
Binary 10001001 10101100 10111011 11011 1000 0 11011 11000110 11011 1000000

Color Harmonies of #89ACBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89ACBB

Black with #89ACBB

Text Example


Text Example

White with #89ACBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(137,172,187); }

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

background-color css

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

 a { background-color: rgb(137,172,187); }

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

border-color css

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

 span { border-color: rgb(137,172,187); }

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