#88ADBA

Color #88ADBA Botticelli (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Botticelli #88ADBA

Tints of Botticelli #88ADBA

Color information

#88ADBA (or 0x88ADBA) is unknown color: approx Botticelli. HEX triplet: 88, AD and BA. RGB value is (136,173,186). Sum of RGB (Red+Green+Blue) = 136+173+186=495 (65% of max value = 765). Red value is 136 (53.52% from 255 or 27.47% from 495); Green value is 173 (67.97% from 255 or 34.95% from 495); Blue value is 186 (73.05% from 255 or 37.58% from 495); Max value from RGB is 186 - color contains mainly: blue. Hex color #88ADBA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #88ADBA is #775245. Grayscale: #A3A3A3. Windows color (decimal): -7819846 or 12234120. OLE color: 12234120.

HSL color Cylindrical-coordinate representation of color #88ADBA: hue angle of 195.6º degrees, saturation: 0.27, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #88ADBA is Cyan = 0.27, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB136173186-
CMYK0.270.0700.27
HSL195.6º26.6%63.14%-
HSV(B)195.6º26.88%72.94%-
XYZ33.9638.6752.13-
YUV163.42140.74108.44-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 27.47%
GREEN value IS 173 (67.97% from 255) = 34.95%
BLUE value IS 186 (73.05% from 255) = 37.58%
R=27.47%
G=34.95%
B=37.58%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1361731860.270.0700.27195.626.663.14
Hex88ADBA1B701Bc41b3f
Octal2102552723370333043377
Binary100010001010110110111010110111110110111100010011011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88ADBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(136,173,186); }

 H1.HeaderClassName
 {
   color: #88ADBA;
 }
 .AnyTagClassName
 {
   color: #88ADBA;
 }
</style>
background-color css

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

 a { background-color: rgb(136,173,186); }

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

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

 span { border-color: rgb(136,173,186); }

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