#B1EBCC

Color #B1EBCC Magic Mint (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Magic Mint #B1EBCC

Tints of Magic Mint #B1EBCC

Color information

#B1EBCC (or 0xB1EBCC) is unknown color: approx Magic Mint. HEX triplet: B1, EB and CC. RGB value is (177,235,204). Sum of RGB (Red+Green+Blue) = 177+235+204=616 (81% of max value = 765). Red value is 177 (69.53% from 255 or 28.73% from 616); Green value is 235 (92.19% from 255 or 38.15% from 616); Blue value is 204 (80.08% from 255 or 33.12% from 616); Max value from RGB is 235 - color contains mainly: green. Hex color #B1EBCC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B1EBCC is #4E1433. Grayscale: #D6D6D6. Windows color (decimal): -5116980 or 13429681. OLE color: 13429681.

HSL color Cylindrical-coordinate representation of color #B1EBCC: hue angle of 147.93º degrees, saturation: 0.59, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B1EBCC is Cyan = 0.25, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.08.

Color convert

RGB177235204-
CMYK0.2500.130.08
HSL147.93º59.18%80.78%-
HSV(B)147.93º24.68%92.16%-
XYZ58.7473.1268.15-
YUV214.12122.28101.52-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 28.73%
GREEN value IS 235 (92.19% from 255) = 38.15%
BLUE value IS 204 (80.08% from 255) = 33.12%
R=28.73%
G=38.15%
B=33.12%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1772352040.2500.130.08147.9359.1880.78
HexB1EBCC190D8943b51
Octal261353314310151022473121
Binary10110001111010111100110011001011011000100101001110111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1EBCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1EBCC; }

 p { color: rgb(177,235,204); }

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

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

 a { background-color: rgb(177,235,204); }

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

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

 span { border-color: rgb(177,235,204); }

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