#88B4BA

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

Shades of Botticelli #88B4BA

Tints of Botticelli #88B4BA

Color information

#88B4BA (or 0x88B4BA) is unknown color: approx Botticelli. HEX triplet: 88, B4 and BA. RGB value is (136,180,186). Sum of RGB (Red+Green+Blue) = 136+180+186=502 (66% of max value = 765). Red value is 136 (53.52% from 255 or 27.09% from 502); Green value is 180 (70.70% from 255 or 35.86% from 502); Blue value is 186 (73.05% from 255 or 37.05% from 502); Max value from RGB is 186 - color contains mainly: blue. Hex color #88B4BA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #88B4BA is #774B45. Grayscale: #A7A7A7. Windows color (decimal): -7818054 or 12235912. OLE color: 12235912.

HSL color Cylindrical-coordinate representation of color #88B4BA: hue angle of 187.2º 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 #88B4BA is Cyan = 0.27, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB136180186-
CMYK0.270.0300.27
HSL187.2º26.6%63.14%-
HSV(B)187.2º26.88%72.94%-
XYZ35.3441.4252.59-
YUV167.53138.42105.51-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 27.09%
GREEN value IS 180 (70.70% from 255) = 35.86%
BLUE value IS 186 (73.05% from 255) = 37.05%
R=27.09%
G=35.86%
B=37.05%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1361801860.270.0300.27187.226.663.14
Hex88B4BA1B301Bbb1b3f
Octal2102642723330332733377
Binary10001000101101001011101011011110110111011101111011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88B4BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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