#88B1BF

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

Shades of Botticelli #88B1BF

Tints of Botticelli #88B1BF

Color information

#88B1BF (or 0x88B1BF) is unknown color: approx Botticelli. HEX triplet: 88, B1 and BF. RGB value is (136,177,191). Sum of RGB (Red+Green+Blue) = 136+177+191=504 (66% of max value = 765). Red value is 136 (53.52% from 255 or 26.98% from 504); Green value is 177 (69.53% from 255 or 35.12% from 504); Blue value is 191 (75% from 255 or 37.90% from 504); Max value from RGB is 191 - color contains mainly: blue. Hex color #88B1BF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #88B1BF is #774E40. Grayscale: #A6A6A6. Windows color (decimal): -7818817 or 12562824. OLE color: 12562824.

HSL color Cylindrical-coordinate representation of color #88B1BF: hue angle of 195.27º degrees, saturation: 0.3, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #88B1BF is Cyan = 0.29, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB136177191-
CMYK0.290.0700.25
HSL195.27º30.05%64.12%-
HSV(B)195.27º28.8%74.9%-
XYZ35.2840.4455.24-
YUV166.34141.92106.36-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 26.98%
GREEN value IS 177 (69.53% from 255) = 35.12%
BLUE value IS 191 (75% from 255) = 37.90%
R=26.98%
G=35.12%
B=37.90%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1361771910.290.0700.25195.2730.0564.12
Hex88B1BF1D7019c31e40
Octal21026127735703130336100
Binary1000100010110001101111111110111101100111000011111101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88B1BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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