#88B3BE

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

Shades of Botticelli #88B3BE

Tints of Botticelli #88B3BE

Color information

#88B3BE (or 0x88B3BE) is unknown color: approx Botticelli. HEX triplet: 88, B3 and BE. RGB value is (136,179,190). Sum of RGB (Red+Green+Blue) = 136+179+190=505 (66% of max value = 765). Red value is 136 (53.52% from 255 or 26.93% from 505); Green value is 179 (70.31% from 255 or 35.45% from 505); Blue value is 190 (74.61% from 255 or 37.62% from 505); Max value from RGB is 190 - color contains mainly: blue. Hex color #88B3BE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #88B3BE is #774C41. Grayscale: #A7A7A7. Windows color (decimal): -7818306 or 12497800. OLE color: 12497800.

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

Color convert

RGB136179190-
CMYK0.280.0600.25
HSL192.22º29.35%63.92%-
HSV(B)192.22º28.42%74.51%-
XYZ35.5741.1954.79-
YUV167.4140.75105.61-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 26.93%
GREEN value IS 179 (70.31% from 255) = 35.45%
BLUE value IS 190 (74.61% from 255) = 37.62%
R=26.93%
G=35.45%
B=37.62%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1361791900.280.0600.25192.2229.3563.92
Hex88B3BE1C6019c01d40
Octal21026327634603130035100
Binary1000100010110011101111101110011001100111000000111011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88B3BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(136,179,190); }

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

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

 a { background-color: rgb(136,179,190); }

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

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

 span { border-color: rgb(136,179,190); }

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