Html Css Color HEX #B1F1CD Magic Mint

📋 copy color: '#B1F1CD'

red 177 ◦ green 241 ◦ blue 205

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

Shades of Magic Mint #B1F1CD

Tints of Magic Mint #B1F1CD

RGB

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

 GREEN value IS 241 (94.53% from 255) = 38.68%

 BLUE value IS 205 (80.47% from 255) = 32.91%

R = 28.41%
G = 38.68%
B = 32.91%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.15

 K value IS 0.05

RGB Variations

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

Color information

#B1F1CD (or 0xB1F1CD) is known color: Magic Mint. HEX triplet: B1, F1 and CD. RGB value is (177,241,205). Sum of RGB (Red+Green+Blue) = 177+241+205=623 (82% of max value = 765). Red value is 177 (69.53% from 255 or 28.41% from 623); Green value is 241 (94.53% from 255 or 38.68% from 623); Blue value is 205 (80.47% from 255 or 32.91% from 623); Max value from RGB is 241 - color contains mainly: green. Hex color #B1F1CD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B1F1CD is #4E0E32. Grayscale: #D9D9D9. Windows color (decimal): -5115443 or 13496753. OLE color: 13496753.

HSL color Cylindrical-coordinate representation of color #B1F1CD: hue angle of 146.25º degrees, saturation: 0.7, 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 #B1F1CD is Cyan = 0.27, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.05.

Color convert

RGB 177 241 205 -
CMYK 0.27 0 0.15 0.05
HSL 146.25º 0.7% 0.82% -
HSV(B) 146.25º 0.27% 0.95% -
XYZ 60.61 76.67 69.36 -
YUV 217.76 120.8 98.93 -
System Red Green Blue C M Y K H S L
Decimal 177 241 205 0.27 0 0.15 0.05 146.25 0.7 0.82
Hex B1 F1 CD 1B 0 F 5 92 46 52
Octal 261 361 315 33 0 17 5 222 106 122
Binary 10110001 11110001 11001101 11011 0 1111 101 10010010 1000110 1010010

Color Harmonies of #B1F1CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1F1CD

Black with #B1F1CD

Text Example


Text Example

White with #B1F1CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1F1CD; }

 p { color: rgb(177,241,205); }

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

background-color css

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

 a { background-color: rgb(177,241,205); }

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

border-color css

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

 span { border-color: rgb(177,241,205); }

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