Html Css Color HEX #B1EED6 Magic Mint

📋 copy color: '#B1EED6'

red 177 ◦ green 238 ◦ blue 214

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

Shades of Magic Mint #B1EED6

Tints of Magic Mint #B1EED6

RGB

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

 GREEN value IS 238 (93.36% from 255) = 37.84%

 BLUE value IS 214 (83.98% from 255) = 34.02%

R = 28.14%
G = 37.84%
B = 34.02%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.10

 K value IS 0.07

RGB Variations

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

Color information

#B1EED6 (or 0xB1EED6) is known color: Magic Mint. HEX triplet: B1, EE and D6. RGB value is (177,238,214). Sum of RGB (Red+Green+Blue) = 177+238+214=629 (83% of max value = 765). Red value is 177 (69.53% from 255 or 28.14% from 629); Green value is 238 (93.36% from 255 or 37.84% from 629); Blue value is 214 (83.98% from 255 or 34.02% from 629); Max value from RGB is 238 - color contains mainly: green. Hex color #B1EED6 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B1EED6 is #4E1129. Grayscale: #D9D9D9. Windows color (decimal): -5116202 or 14085809. OLE color: 14085809.

HSL color Cylindrical-coordinate representation of color #B1EED6: hue angle of 156.39º degrees, saturation: 0.64, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B1EED6 is Cyan = 0.26, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.07.

Color convert

RGB 177 238 214 -
CMYK 0.26 0 0.10 0.07
HSL 156.39º 0.64% 0.81% -
HSV(B) 156.39º 0.26% 0.93% -
XYZ 60.84 75.35 74.96 -
YUV 217.03 126.29 99.45 -
System Red Green Blue C M Y K H S L
Decimal 177 238 214 0.26 0 0.10 0.07 156.39 0.64 0.81
Hex B1 EE D6 1A 0 A 7 9C 40 51
Octal 261 356 326 32 0 12 7 234 100 121
Binary 10110001 11101110 11010110 11010 0 1010 111 10011100 1000000 1010001

Color Harmonies of #B1EED6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1EED6

Black with #B1EED6

Text Example


Text Example

White with #B1EED6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1EED6; }

 p { color: rgb(177,238,214); }

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

background-color css

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

 a { background-color: rgb(177,238,214); }

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

border-color css

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

 span { border-color: rgb(177,238,214); }

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