#B1FBCA

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

Shades of Magic Mint #B1FBCA

Tints of Magic Mint #B1FBCA

Color information

#B1FBCA (or 0xB1FBCA) is unknown color: approx Magic Mint. HEX triplet: B1, FB and CA. RGB value is (177,251,202). Sum of RGB (Red+Green+Blue) = 177+251+202=630 (83% of max value = 765). Red value is 177 (69.53% from 255 or 28.10% from 630); Green value is 251 (98.44% from 255 or 39.84% from 630); Blue value is 202 (79.30% from 255 or 32.06% from 630); Max value from RGB is 251 - color contains mainly: green. Hex color #B1FBCA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B1FBCA is #4E0435. Grayscale: #DFDFDF. Windows color (decimal): -5112886 or 13302705. OLE color: 13302705.

HSL color Cylindrical-coordinate representation of color #B1FBCA: hue angle of 140.27º degrees, saturation: 0.9, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B1FBCA is Cyan = 0.29, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.02.

Color convert

RGB177251202-
CMYK0.2900.200.02
HSL140.27º90.24%83.92%-
HSV(B)140.27º29.48%98.43%-
XYZ63.2982.6168.49-
YUV223.29115.9894.98-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 28.10%
GREEN value IS 251 (98.44% from 255) = 39.84%
BLUE value IS 202 (79.30% from 255) = 32.06%
R=28.10%
G=39.84%
B=32.06%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1772512020.2900.200.02140.2790.2483.92
HexB1FBCA1D01428c5a54
Octal261373312350242214132124
Binary10110001111110111100101011101010100101000110010110101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1FBCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1FBCA; }

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

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

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

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

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

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

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

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