Html Css Color HEX #89B1BD Botticelli

📋 copy color: '#89B1BD'

red 137 ◦ green 177 ◦ blue 189

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

Shades of Botticelli #89B1BD

Tints of Botticelli #89B1BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 37.57%

R = 27.24%
G = 35.19%
B = 37.57%

CMYK

 C value IS 0.28

 M value IS 0.06

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#89B1BD (or 0x89B1BD) is known color: Botticelli. HEX triplet: 89, B1 and BD. RGB value is (137,177,189). Sum of RGB (Red+Green+Blue) = 137+177+189=503 (66% of max value = 765). Red value is 137 (53.91% from 255 or 27.24% from 503); Green value is 177 (69.53% from 255 or 35.19% from 503); Blue value is 189 (74.22% from 255 or 37.57% from 503); Max value from RGB is 189 - color contains mainly: blue. Hex color #89B1BD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #89B1BD is #764E42. Grayscale: #A6A6A6. Windows color (decimal): -7753283 or 12431753. OLE color: 12431753.

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

Color convert

RGB 137 177 189 -
CMYK 0.28 0.06 0 0.26
HSL 193.85º 0.28% 0.64% -
HSV(B) 193.85º 0.28% 0.74% -
XYZ 35.22 40.44 54.09 -
YUV 166.41 140.75 107.02 -
System Red Green Blue C M Y K H S L
Decimal 137 177 189 0.28 0.06 0 0.26 193.85 0.28 0.64
Hex 89 B1 BD 1C 6 0 1A C2 1C 40
Octal 211 261 275 34 6 0 32 302 34 100
Binary 10001001 10110001 10111101 11100 110 0 11010 11000010 11100 1000000

Color Harmonies of #89B1BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89B1BD

Black with #89B1BD

Text Example


Text Example

White with #89B1BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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