#B1FCCD

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

Shades of Magic Mint #B1FCCD

Tints of Magic Mint #B1FCCD

Color information

#B1FCCD (or 0xB1FCCD) is unknown color: approx Magic Mint. HEX triplet: B1, FC and CD. RGB value is (177,252,205). Sum of RGB (Red+Green+Blue) = 177+252+205=634 (83% of max value = 765). Red value is 177 (69.53% from 255 or 27.92% from 634); Green value is 252 (98.83% from 255 or 39.75% from 634); Blue value is 205 (80.47% from 255 or 32.33% from 634); Max value from RGB is 252 - color contains mainly: green. Hex color #B1FCCD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B1FCCD is #4E0332. Grayscale: #E0E0E0. Windows color (decimal): -5112627 or 13499569. OLE color: 13499569.

HSL color Cylindrical-coordinate representation of color #B1FCCD: hue angle of 142.4º degrees, saturation: 0.93, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B1FCCD is Cyan = 0.30, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.01.

Color convert

RGB177252205-
CMYK0.3000.190.01
HSL142.4º92.59%84.12%-
HSV(B)142.4º29.76%98.82%-
XYZ63.9683.3870.48-
YUV224.22117.1594.32-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 27.92%
GREEN value IS 252 (98.83% from 255) = 39.75%
BLUE value IS 205 (80.47% from 255) = 32.33%
R=27.92%
G=39.75%
B=32.33%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1772522050.3000.190.01142.492.5984.12
HexB1FCCD1E01318e5d54
Octal261374315360231216135124
Binary1011000111111100110011011111001001111000111010111011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1FCCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1FCCD; }

 p { color: rgb(177,252,205); }

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

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

 a { background-color: rgb(177,252,205); }

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

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

 span { border-color: rgb(177,252,205); }

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