Html Css Color HEX #B1FCCE Magic Mint

📋 copy color: '#B1FCCE'

red 177 ◦ green 252 ◦ blue 206

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

Shades of Magic Mint #B1FCCE

Tints of Magic Mint #B1FCCE

RGB

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

 GREEN value IS 252 (98.83% from 255) = 39.69%

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

R = 27.87%
G = 39.69%
B = 32.44%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.18

 K value IS 0.01

RGB Variations

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

Color information

#B1FCCE (or 0xB1FCCE) is known color: Magic Mint. HEX triplet: B1, FC and CE. RGB value is (177,252,206). Sum of RGB (Red+Green+Blue) = 177+252+206=635 (84% of max value = 765). Red value is 177 (69.53% from 255 or 27.87% from 635); Green value is 252 (98.83% from 255 or 39.69% from 635); Blue value is 206 (80.86% from 255 or 32.44% from 635); Max value from RGB is 252 - color contains mainly: green. Hex color #B1FCCE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B1FCCE is #4E0331. Grayscale: #E0E0E0. Windows color (decimal): -5112626 or 13565105. OLE color: 13565105.

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

Color convert

RGB 177 252 206 -
CMYK 0.30 0 0.18 0.01
HSL 143.2º 0.93% 0.84% -
HSV(B) 143.2º 0.3% 0.99% -
XYZ 64.08 83.42 71.12 -
YUV 224.33 117.65 94.24 -
System Red Green Blue C M Y K H S L
Decimal 177 252 206 0.30 0 0.18 0.01 143.2 0.93 0.84
Hex B1 FC CE 1E 0 12 1 8F 5D 54
Octal 261 374 316 36 0 22 1 217 135 124
Binary 10110001 11111100 11001110 11110 0 10010 1 10001111 1011101 1010100

Color Harmonies of #B1FCCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1FCCE

Black with #B1FCCE

Text Example


Text Example

White with #B1FCCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1FCCE; }

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

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

background-color css

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

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

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

border-color css

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

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

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