#B1ECCA

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

Shades of Magic Mint #B1ECCA

Tints of Magic Mint #B1ECCA

Color information

#B1ECCA (or 0xB1ECCA) is unknown color: approx Magic Mint. HEX triplet: B1, EC and CA. RGB value is (177,236,202). Sum of RGB (Red+Green+Blue) = 177+236+202=615 (81% of max value = 765). Red value is 177 (69.53% from 255 or 28.78% from 615); Green value is 236 (92.58% from 255 or 38.37% from 615); Blue value is 202 (79.30% from 255 or 32.85% from 615); Max value from RGB is 236 - color contains mainly: green. Hex color #B1ECCA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B1ECCA is #4E1335. Grayscale: #D6D6D6. Windows color (decimal): -5116726 or 13298865. OLE color: 13298865.

HSL color Cylindrical-coordinate representation of color #B1ECCA: hue angle of 145.42º degrees, saturation: 0.61, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B1ECCA is Cyan = 0.25, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.07.

Color convert

RGB177236202-
CMYK0.2500.140.07
HSL145.42º60.82%80.98%-
HSV(B)145.42º25%92.55%-
XYZ58.7973.666.99-
YUV214.48120.95101.26-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 28.78%
GREEN value IS 236 (92.58% from 255) = 38.37%
BLUE value IS 202 (79.30% from 255) = 32.85%
R=28.78%
G=38.37%
B=32.85%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1772362020.2500.140.07145.4260.8280.98
HexB1ECCA190E7913d51
Octal26135431231016722175121
Binary1011000111101100110010101100101110111100100011111011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1ECCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1ECCA; }

 p { color: rgb(177,236,202); }

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

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

 a { background-color: rgb(177,236,202); }

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

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

 span { border-color: rgb(177,236,202); }

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