#B1FBCC

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

Shades of Magic Mint #B1FBCC

Tints of Magic Mint #B1FBCC

Color information

#B1FBCC (or 0xB1FBCC) is unknown color: approx Magic Mint. HEX triplet: B1, FB and CC. RGB value is (177,251,204). Sum of RGB (Red+Green+Blue) = 177+251+204=632 (83% of max value = 765). Red value is 177 (69.53% from 255 or 28.01% from 632); Green value is 251 (98.44% from 255 or 39.72% from 632); Blue value is 204 (80.08% from 255 or 32.28% from 632); Max value from RGB is 251 - color contains mainly: green. Hex color #B1FBCC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B1FBCC is #4E0433. Grayscale: #DFDFDF. Windows color (decimal): -5112884 or 13433777. OLE color: 13433777.

HSL color Cylindrical-coordinate representation of color #B1FBCC: hue angle of 141.89º 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 #B1FBCC is Cyan = 0.29, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.02.

Color convert

RGB177251204-
CMYK0.2900.190.02
HSL141.89º90.24%83.92%-
HSV(B)141.89º29.48%98.43%-
XYZ63.5382.769.74-
YUV223.52116.9894.82-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 28.01%
GREEN value IS 251 (98.44% from 255) = 39.72%
BLUE value IS 204 (80.08% from 255) = 32.28%
R=28.01%
G=39.72%
B=32.28%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1772512040.2900.190.02141.8990.2483.92
HexB1FBCC1D01328e5a54
Octal261373314350232216132124
Binary10110001111110111100110011101010011101000111010110101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1FBCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1FBCC; }

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

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

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

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

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

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

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

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