Html Css Color HEX #B1FBCE Magic Mint

📋 copy color: '#B1FBCE'

red 177 ◦ green 251 ◦ blue 206

#B1FBCE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Magic Mint #B1FBCE

Tints of Magic Mint #B1FBCE

RGB

 RED value IS 177 (69.53% from 255) = 27.92%

 GREEN value IS 251 (98.44% from 255) = 39.59%

 BLUE value IS 206 (80.86% from 255) = 32.49%

R = 27.92%
G = 39.59%
B = 32.49%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.18

 K value IS 0.02

RGB Variations

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

Color information

#B1FBCE (or 0xB1FBCE) is known color: Magic Mint. HEX triplet: B1, FB and CE. RGB value is (177,251,206). Sum of RGB (Red+Green+Blue) = 177+251+206=634 (83% of max value = 765). Red value is 177 (69.53% from 255 or 27.92% from 634); Green value is 251 (98.44% from 255 or 39.59% from 634); Blue value is 206 (80.86% from 255 or 32.49% from 634); Max value from RGB is 251 - color contains mainly: green. Hex color #B1FBCE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B1FBCE is #4E0431. Grayscale: #DFDFDF. Windows color (decimal): -5112882 or 13564849. OLE color: 13564849.

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

Color convert

RGB 177 251 206 -
CMYK 0.29 0 0.18 0.02
HSL 143.51º 0.9% 0.84% -
HSV(B) 143.51º 0.29% 0.98% -
XYZ 63.77 82.8 71.01 -
YUV 223.74 117.98 94.66 -
System Red Green Blue C M Y K H S L
Decimal 177 251 206 0.29 0 0.18 0.02 143.51 0.9 0.84
Hex B1 FB CE 1D 0 12 2 90 5A 54
Octal 261 373 316 35 0 22 2 220 132 124
Binary 10110001 11111011 11001110 11101 0 10010 10 10010000 1011010 1010100

Color Harmonies of #B1FBCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1FBCE

Black with #B1FBCE

Text Example


Text Example

White with #B1FBCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1FBCE; }

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

 H1.HeaderClassName
 {
   color: #B1FBCE;
 }
 .AnyTagClassName
 {
   color: #B1FBCE;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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