Html Css Color HEX #B1F2CC Magic Mint

📋 copy color: '#B1F2CC'

red 177 ◦ green 242 ◦ blue 204

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

Shades of Magic Mint #B1F2CC

Tints of Magic Mint #B1F2CC

RGB

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

 GREEN value IS 242 (94.92% from 255) = 38.84%

 BLUE value IS 204 (80.08% from 255) = 32.74%

R = 28.41%
G = 38.84%
B = 32.74%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.16

 K value IS 0.05

RGB Variations

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

Color information

#B1F2CC (or 0xB1F2CC) is known color: Magic Mint. HEX triplet: B1, F2 and CC. RGB value is (177,242,204). Sum of RGB (Red+Green+Blue) = 177+242+204=623 (82% of max value = 765). Red value is 177 (69.53% from 255 or 28.41% from 623); Green value is 242 (94.92% from 255 or 38.84% from 623); Blue value is 204 (80.08% from 255 or 32.74% from 623); Max value from RGB is 242 - color contains mainly: green. Hex color #B1F2CC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B1F2CC is #4E0D33. Grayscale: #DADADA. Windows color (decimal): -5115188 or 13431473. OLE color: 13431473.

HSL color Cylindrical-coordinate representation of color #B1F2CC: hue angle of 144.92º degrees, saturation: 0.71, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B1F2CC is Cyan = 0.27, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.05.

Color convert

RGB 177 242 204 -
CMYK 0.27 0 0.16 0.05
HSL 144.92º 0.71% 0.82% -
HSV(B) 144.92º 0.27% 0.95% -
XYZ 60.78 77.21 68.83 -
YUV 218.23 119.97 98.59 -
System Red Green Blue C M Y K H S L
Decimal 177 242 204 0.27 0 0.16 0.05 144.92 0.71 0.82
Hex B1 F2 CC 1B 0 10 5 91 47 52
Octal 261 362 314 33 0 20 5 221 107 122
Binary 10110001 11110010 11001100 11011 0 10000 101 10010001 1000111 1010010

Color Harmonies of #B1F2CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1F2CC

Black with #B1F2CC

Text Example


Text Example

White with #B1F2CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1F2CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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