Html Css Color HEX #89B2BD Botticelli

📋 copy color: '#89B2BD'

red 137 ◦ green 178 ◦ blue 189

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

Shades of Botticelli #89B2BD

Tints of Botticelli #89B2BD

RGB

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

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

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

R = 27.18%
G = 35.32%
B = 37.5%

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

#89B2BD (or 0x89B2BD) is known color: Botticelli. HEX triplet: 89, B2 and BD. RGB value is (137,178,189). Sum of RGB (Red+Green+Blue) = 137+178+189=504 (66% of max value = 765). Red value is 137 (53.91% from 255 or 27.18% from 504); Green value is 178 (69.92% from 255 or 35.32% from 504); Blue value is 189 (74.22% from 255 or 37.5% from 504); Max value from RGB is 189 - color contains mainly: blue. Hex color #89B2BD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #89B2BD is #764D42. Grayscale: #A6A6A6. Windows color (decimal): -7753027 or 12432009. OLE color: 12432009.

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

Color convert

RGB 137 178 189 -
CMYK 0.28 0.06 0 0.26
HSL 192.69º 0.28% 0.64% -
HSV(B) 192.69º 0.28% 0.74% -
XYZ 35.42 40.83 54.16 -
YUV 167 140.42 106.61 -
System Red Green Blue C M Y K H S L
Decimal 137 178 189 0.28 0.06 0 0.26 192.69 0.28 0.64
Hex 89 B2 BD 1C 6 0 1A C1 1C 40
Octal 211 262 275 34 6 0 32 301 34 100
Binary 10001001 10110010 10111101 11100 110 0 11010 11000001 11100 1000000

Color Harmonies of #89B2BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89B2BD

Black with #89B2BD

Text Example


Text Example

White with #89B2BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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