#88B2BF

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

Shades of Botticelli #88B2BF

Tints of Botticelli #88B2BF

Color information

#88B2BF (or 0x88B2BF) is unknown color: approx Botticelli. HEX triplet: 88, B2 and BF. RGB value is (136,178,191). Sum of RGB (Red+Green+Blue) = 136+178+191=505 (66% of max value = 765). Red value is 136 (53.52% from 255 or 26.93% from 505); Green value is 178 (69.92% from 255 or 35.25% from 505); Blue value is 191 (75% from 255 or 37.82% from 505); Max value from RGB is 191 - color contains mainly: blue. Hex color #88B2BF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #88B2BF is #774D40. Grayscale: #A6A6A6. Windows color (decimal): -7818561 or 12563080. OLE color: 12563080.

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

Color convert

RGB136178191-
CMYK0.290.0700.25
HSL194.18º30.05%64.12%-
HSV(B)194.18º28.8%74.9%-
XYZ35.4840.8455.3-
YUV166.92141.59105.94-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 26.93%
GREEN value IS 178 (69.92% from 255) = 35.25%
BLUE value IS 191 (75% from 255) = 37.82%
R=26.93%
G=35.25%
B=37.82%

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
Decimal1361781910.290.0700.25194.1830.0564.12
Hex88B2BF1D7019c21e40
Octal21026227735703130236100
Binary1000100010110010101111111110111101100111000010111101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88B2BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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