Html Css Color HEX #88AAB5 Botticelli

📋 copy color: '#88AAB5'

red 136 ◦ green 170 ◦ blue 181

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

Shades of Botticelli #88AAB5

Tints of Botticelli #88AAB5

RGB

 RED value IS 136 (53.52% from 255) = 27.93%

 GREEN value IS 170 (66.8% from 255) = 34.91%

 BLUE value IS 181 (71.09% from 255) = 37.17%

R = 27.93%
G = 34.91%
B = 37.17%

CMYK

 C value IS 0.25

 M value IS 0.06

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#88AAB5 (or 0x88AAB5) is known color: Botticelli. HEX triplet: 88, AA and B5. RGB value is (136,170,181). Sum of RGB (Red+Green+Blue) = 136+170+181=487 (64% of max value = 765). Red value is 136 (53.52% from 255 or 27.93% from 487); Green value is 170 (66.80% from 255 or 34.91% from 487); Blue value is 181 (71.09% from 255 or 37.17% from 487); Max value from RGB is 181 - color contains mainly: blue. Hex color #88AAB5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #88AAB5 is #77554A. Grayscale: #A1A1A1. Windows color (decimal): -7820619 or 11905672. OLE color: 11905672.

HSL color Cylindrical-coordinate representation of color #88AAB5: hue angle of 194.67º degrees, saturation: 0.23, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #88AAB5 is Cyan = 0.25, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 136 170 181 -
CMYK 0.25 0.06 0 0.29
HSL 194.67º 0.23% 0.62% -
HSV(B) 194.67º 0.25% 0.71% -
XYZ 32.87 37.32 49.19 -
YUV 161.09 139.24 110.11 -
System Red Green Blue C M Y K H S L
Decimal 136 170 181 0.25 0.06 0 0.29 194.67 0.23 0.62
Hex 88 AA B5 19 6 0 1D C3 17 3E
Octal 210 252 265 31 6 0 35 303 27 76
Binary 10001000 10101010 10110101 11001 110 0 11101 11000011 10111 111110

Color Harmonies of #88AAB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88AAB5

Black with #88AAB5

Text Example


Text Example

White with #88AAB5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #88AAB5; }

 p { color: rgb(136,170,181); }

 H1.HeaderClassName
 {
   color: #88AAB5;
 }
 .AnyTagClassName
 {
   color: #88AAB5;
 }
</style>

background-color css

<style>
 a { background-color: #88AAB5; }

 a { background-color: rgb(136,170,181); }

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

border-color css

<style>
 span { border-color: #88AAB5; }

 span { border-color: rgb(136,170,181); }

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