#B1FBCB

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

Shades of Magic Mint #B1FBCB

Tints of Magic Mint #B1FBCB

Color information

#B1FBCB (or 0xB1FBCB) is unknown color: approx Magic Mint. HEX triplet: B1, FB and CB. RGB value is (177,251,203). Sum of RGB (Red+Green+Blue) = 177+251+203=631 (83% of max value = 765). Red value is 177 (69.53% from 255 or 28.05% from 631); Green value is 251 (98.44% from 255 or 39.78% from 631); Blue value is 203 (79.69% from 255 or 32.17% from 631); Max value from RGB is 251 - color contains mainly: green. Hex color #B1FBCB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B1FBCB is #4E0434. Grayscale: #DFDFDF. Windows color (decimal): -5112885 or 13368241. OLE color: 13368241.

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

Color convert

RGB177251203-
CMYK0.2900.190.02
HSL141.08º90.24%83.92%-
HSV(B)141.08º29.48%98.43%-
XYZ63.4182.6569.11-
YUV223.4116.4894.9-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 28.05%
GREEN value IS 251 (98.44% from 255) = 39.78%
BLUE value IS 203 (79.69% from 255) = 32.17%
R=28.05%
G=39.78%
B=32.17%

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
Decimal1772512030.2900.190.02141.0890.2483.92
HexB1FBCB1D01328d5a54
Octal261373313350232215132124
Binary10110001111110111100101111101010011101000110110110101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1FBCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1FBCB; }

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

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

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

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

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

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

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

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