#88B5BB

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

Shades of Botticelli #88B5BB

Tints of Botticelli #88B5BB

Color information

#88B5BB (or 0x88B5BB) is unknown color: approx Botticelli. HEX triplet: 88, B5 and BB. RGB value is (136,181,187). Sum of RGB (Red+Green+Blue) = 136+181+187=504 (66% of max value = 765). Red value is 136 (53.52% from 255 or 26.98% from 504); Green value is 181 (71.09% from 255 or 35.91% from 504); Blue value is 187 (73.44% from 255 or 37.10% from 504); Max value from RGB is 187 - color contains mainly: blue. Hex color #88B5BB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #88B5BB is #774A44. Grayscale: #A8A8A8. Windows color (decimal): -7817797 or 12301704. OLE color: 12301704.

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

Color convert

RGB136181187-
CMYK0.270.0300.27
HSL187.06º27.27%63.33%-
HSV(B)187.06º27.27%73.33%-
XYZ35.6541.8753.22-
YUV168.23138.59105.01-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 26.98%
GREEN value IS 181 (71.09% from 255) = 35.91%
BLUE value IS 187 (73.44% from 255) = 37.10%
R=26.98%
G=35.91%
B=37.10%

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
Decimal1361811870.270.0300.27187.0627.2763.33
Hex88B5BB1B301Bbb1b3f
Octal2102652733330332733377
Binary10001000101101011011101111011110110111011101111011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88B5BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(136,181,187); }

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

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

 a { background-color: rgb(136,181,187); }

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

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

 span { border-color: rgb(136,181,187); }

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