#88BFB0

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

Shades of Monte Carlo #88BFB0

Tints of Monte Carlo #88BFB0

Color information

#88BFB0 (or 0x88BFB0) is unknown color: approx Monte Carlo. HEX triplet: 88, BF and B0. RGB value is (136,191,176). Sum of RGB (Red+Green+Blue) = 136+191+176=503 (66% of max value = 765). Red value is 136 (53.52% from 255 or 27.04% from 503); Green value is 191 (75% from 255 or 37.97% from 503); Blue value is 176 (69.14% from 255 or 34.99% from 503); Max value from RGB is 191 - color contains mainly: green. Hex color #88BFB0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #88BFB0 is #77404F. Grayscale: #ACACAC. Windows color (decimal): -7815248 or 11583368. OLE color: 11583368.

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

Color convert

RGB136191176-
CMYK0.2900.080.25
HSL163.64º30.05%64.12%-
HSV(B)163.64º28.8%74.9%-
XYZ36.6245.6347.95-
YUV172.84129.78101.72-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 27.04%
GREEN value IS 191 (75% from 255) = 37.97%
BLUE value IS 176 (69.14% from 255) = 34.99%
R=27.04%
G=37.97%
B=34.99%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1361911760.2900.080.25163.6430.0564.12
Hex88BFB01D0819a41e40
Octal210277260350103124436100
Binary10001000101111111011000011101010001100110100100111101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88BFB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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