Html Css Color HEX #88AAB6 Botticelli

📋 copy color: '#88AAB6'

red 136 ◦ green 170 ◦ blue 182

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

Shades of Botticelli #88AAB6

Tints of Botticelli #88AAB6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 37.3%

R = 27.87%
G = 34.84%
B = 37.3%

CMYK

 C value IS 0.25

 M value IS 0.07

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#88AAB6 (or 0x88AAB6) is known color: Botticelli. HEX triplet: 88, AA and B6. RGB value is (136,170,182). Sum of RGB (Red+Green+Blue) = 136+170+182=488 (64% of max value = 765). Red value is 136 (53.52% from 255 or 27.87% from 488); Green value is 170 (66.80% from 255 or 34.84% from 488); Blue value is 182 (71.48% from 255 or 37.30% from 488); Max value from RGB is 182 - color contains mainly: blue. Hex color #88AAB6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #88AAB6 is #775549. Grayscale: #A1A1A1. Windows color (decimal): -7820618 or 11971208. OLE color: 11971208.

HSL color Cylindrical-coordinate representation of color #88AAB6: hue angle of 195.65º degrees, saturation: 0.24, 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 #88AAB6 is Cyan = 0.25, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 136 170 182 -
CMYK 0.25 0.07 0 0.29
HSL 195.65º 0.24% 0.62% -
HSV(B) 195.65º 0.25% 0.71% -
XYZ 32.97 37.36 49.73 -
YUV 161.2 139.74 110.02 -
System Red Green Blue C M Y K H S L
Decimal 136 170 182 0.25 0.07 0 0.29 195.65 0.24 0.62
Hex 88 AA B6 19 7 0 1D C4 18 3E
Octal 210 252 266 31 7 0 35 304 30 76
Binary 10001000 10101010 10110110 11001 111 0 11101 11000100 11000 111110

Color Harmonies of #88AAB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88AAB6

Black with #88AAB6

Text Example


Text Example

White with #88AAB6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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