Html Css Color HEX #88AAB4 Botticelli

📋 copy color: '#88AAB4'

red 136 ◦ green 170 ◦ blue 180

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

Shades of Botticelli #88AAB4

Tints of Botticelli #88AAB4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 37.04%

R = 27.98%
G = 34.98%
B = 37.04%

CMYK

 C value IS 0.24

 M value IS 0.06

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#88AAB4 (or 0x88AAB4) is known color: Botticelli. HEX triplet: 88, AA and B4. RGB value is (136,170,180). Sum of RGB (Red+Green+Blue) = 136+170+180=486 (64% of max value = 765). Red value is 136 (53.52% from 255 or 27.98% from 486); Green value is 170 (66.80% from 255 or 34.98% from 486); Blue value is 180 (70.70% from 255 or 37.04% from 486); Max value from RGB is 180 - color contains mainly: blue. Hex color #88AAB4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #88AAB4 is #77554B. Grayscale: #A0A0A0. Windows color (decimal): -7820620 or 11840136. OLE color: 11840136.

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

Color convert

RGB 136 170 180 -
CMYK 0.24 0.06 0 0.29
HSL 193.64º 0.23% 0.62% -
HSV(B) 193.64º 0.24% 0.71% -
XYZ 32.77 37.28 48.65 -
YUV 160.97 138.74 110.19 -
System Red Green Blue C M Y K H S L
Decimal 136 170 180 0.24 0.06 0 0.29 193.64 0.23 0.62
Hex 88 AA B4 18 6 0 1D C2 17 3E
Octal 210 252 264 30 6 0 35 302 27 76
Binary 10001000 10101010 10110100 11000 110 0 11101 11000010 10111 111110

Color Harmonies of #88AAB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88AAB4

Black with #88AAB4

Text Example


Text Example

White with #88AAB4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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