Html Css Color HEX #89B2BC Botticelli

📋 copy color: '#89B2BC'

red 137 ◦ green 178 ◦ blue 188

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

Shades of Botticelli #89B2BC

Tints of Botticelli #89B2BC

RGB

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

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

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

R = 27.24%
G = 35.39%
B = 37.38%

CMYK

 C value IS 0.27

 M value IS 0.05

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#89B2BC (or 0x89B2BC) is known color: Botticelli. HEX triplet: 89, B2 and BC. RGB value is (137,178,188). Sum of RGB (Red+Green+Blue) = 137+178+188=503 (66% of max value = 765). Red value is 137 (53.91% from 255 or 27.24% from 503); Green value is 178 (69.92% from 255 or 35.39% from 503); Blue value is 188 (73.83% from 255 or 37.38% from 503); Max value from RGB is 188 - color contains mainly: blue. Hex color #89B2BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #89B2BC is #764D43. Grayscale: #A6A6A6. Windows color (decimal): -7753028 or 12366473. OLE color: 12366473.

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

Color convert

RGB 137 178 188 -
CMYK 0.27 0.05 0 0.26
HSL 191.76º 0.28% 0.64% -
HSV(B) 191.76º 0.27% 0.74% -
XYZ 35.31 40.79 53.59 -
YUV 166.88 139.92 106.69 -
System Red Green Blue C M Y K H S L
Decimal 137 178 188 0.27 0.05 0 0.26 191.76 0.28 0.64
Hex 89 B2 BC 1B 5 0 1A C0 1C 40
Octal 211 262 274 33 5 0 32 300 34 100
Binary 10001001 10110010 10111100 11011 101 0 11010 11000000 11100 1000000

Color Harmonies of #89B2BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89B2BC

Black with #89B2BC

Text Example


Text Example

White with #89B2BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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