#88B1BC

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

Shades of Botticelli #88B1BC

Tints of Botticelli #88B1BC

Color information

#88B1BC (or 0x88B1BC) is unknown color: approx Botticelli. HEX triplet: 88, B1 and BC. RGB value is (136,177,188). Sum of RGB (Red+Green+Blue) = 136+177+188=501 (66% of max value = 765). Red value is 136 (53.52% from 255 or 27.15% from 501); Green value is 177 (69.53% from 255 or 35.33% from 501); Blue value is 188 (73.83% from 255 or 37.52% from 501); Max value from RGB is 188 - color contains mainly: blue. Hex color #88B1BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #88B1BC is #774E43. Grayscale: #A5A5A5. Windows color (decimal): -7818820 or 12366216. OLE color: 12366216.

HSL color Cylindrical-coordinate representation of color #88B1BC: hue angle of 192.69º degrees, saturation: 0.28, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #88B1BC is Cyan = 0.28, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB136177188-
CMYK0.280.0600.26
HSL192.69º27.96%63.53%-
HSV(B)192.69º27.66%73.73%-
XYZ34.9540.3153.52-
YUV166140.42106.61-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 27.15%
GREEN value IS 177 (69.53% from 255) = 35.33%
BLUE value IS 188 (73.83% from 255) = 37.52%
R=27.15%
G=35.33%
B=37.52%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1361771880.280.0600.26192.6927.9663.53
Hex88B1BC1C601Ac11c40
Octal21026127434603230134100
Binary1000100010110001101111001110011001101011000001111001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88B1BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(136,177,188); }

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

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

 a { background-color: rgb(136,177,188); }

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

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

 span { border-color: rgb(136,177,188); }

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