Html Css Color HEX #B1FFCA Magic Mint

📋 copy color: '#B1FFCA'

red 177 ◦ green 255 ◦ blue 202

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

Shades of Magic Mint #B1FFCA

Tints of Magic Mint #B1FFCA

RGB

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

 GREEN value IS 255 (100% from 255) = 40.22%

 BLUE value IS 202 (79.3% from 255) = 31.86%

R = 27.92%
G = 40.22%
B = 31.86%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.21

 K value IS 0

RGB Variations

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

Color information

#B1FFCA (or 0xB1FFCA) is known color: Magic Mint. HEX triplet: B1, FF and CA. RGB value is (177,255,202). Sum of RGB (Red+Green+Blue) = 177+255+202=634 (83% of max value = 765). Red value is 177 (69.53% from 255 or 27.92% from 634); Green value is 255 (100% from 255 or 40.22% from 634); Blue value is 202 (79.30% from 255 or 31.86% from 634); Max value from RGB is 255 - color contains mainly: green. Hex color #B1FFCA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B1FFCA is #4E0035. Grayscale: #E1E1E1. Windows color (decimal): -5111862 or 13303729. OLE color: 13303729.

HSL color Cylindrical-coordinate representation of color #B1FFCA: hue angle of 139.23º degrees, saturation: 1, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #B1FFCA is Cyan = 0.31, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.

Color convert

RGB 177 255 202 -
CMYK 0.31 0 0.21 0
HSL 139.23º 1% 0.85% -
HSV(B) 139.23º 0.31% 1% -
XYZ 64.55 85.13 68.91 -
YUV 225.64 114.66 93.31 -
System Red Green Blue C M Y K H S L
Decimal 177 255 202 0.31 0 0.21 0 139.23 1 0.85
Hex B1 FF CA 1F 0 15 0 8B 64 55
Octal 261 377 312 37 0 25 0 213 144 125
Binary 10110001 11111111 11001010 11111 0 10101 0 10001011 1100100 1010101

Color Harmonies of #B1FFCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1FFCA

Black with #B1FFCA

Text Example


Text Example

White with #B1FFCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1FFCA; }

 p { color: rgb(177,255,202); }

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

background-color css

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

 a { background-color: rgb(177,255,202); }

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

border-color css

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

 span { border-color: rgb(177,255,202); }

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