#B1EBD5

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

Shades of Magic Mint #B1EBD5

Tints of Magic Mint #B1EBD5

Color information

#B1EBD5 (or 0xB1EBD5) is unknown color: approx Magic Mint. HEX triplet: B1, EB and D5. RGB value is (177,235,213). Sum of RGB (Red+Green+Blue) = 177+235+213=625 (82% of max value = 765). Red value is 177 (69.53% from 255 or 28.32% from 625); Green value is 235 (92.19% from 255 or 37.6% from 625); Blue value is 213 (83.59% from 255 or 34.08% from 625); Max value from RGB is 235 - color contains mainly: green. Hex color #B1EBD5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B1EBD5 is #4E142A. Grayscale: #D7D7D7. Windows color (decimal): -5116971 or 14019505. OLE color: 14019505.

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

Color convert

RGB177235213-
CMYK0.2500.090.08
HSL157.24º59.18%80.78%-
HSV(B)157.24º24.68%92.16%-
XYZ59.8573.5774-
YUV215.15126.78100.79-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 28.32%
GREEN value IS 235 (92.19% from 255) = 37.6%
BLUE value IS 213 (83.59% from 255) = 34.08%
R=28.32%
G=37.6%
B=34.08%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1772352130.2500.090.08157.2459.1880.78
HexB1EBD5190989d3b51
Octal261353325310111023573121
Binary10110001111010111101010111001010011000100111011110111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1EBD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1EBD5; }

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

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

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

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

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

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

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

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