Html Css Color HEX #B1EED7 Magic Mint

📋 copy color: '#B1EED7'

red 177 ◦ green 238 ◦ blue 215

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

Shades of Magic Mint #B1EED7

Tints of Magic Mint #B1EED7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 34.13%

R = 28.1%
G = 37.78%
B = 34.13%

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

#B1EED7 (or 0xB1EED7) is known color: Magic Mint. HEX triplet: B1, EE and D7. RGB value is (177,238,215). Sum of RGB (Red+Green+Blue) = 177+238+215=630 (83% of max value = 765). Red value is 177 (69.53% from 255 or 28.10% from 630); Green value is 238 (93.36% from 255 or 37.78% from 630); Blue value is 215 (84.38% from 255 or 34.13% from 630); Max value from RGB is 238 - color contains mainly: green. Hex color #B1EED7 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B1EED7 is #4E1128. Grayscale: #D9D9D9. Windows color (decimal): -5116201 or 14151345. OLE color: 14151345.

HSL color Cylindrical-coordinate representation of color #B1EED7: hue angle of 157.38º 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 #B1EED7 is Cyan = 0.26, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.07.

Color convert

RGB 177 238 215 -
CMYK 0.26 0 0.10 0.07
HSL 157.38º 0.64% 0.81% -
HSV(B) 157.38º 0.26% 0.93% -
XYZ 60.97 75.4 75.63 -
YUV 217.14 126.79 99.37 -
System Red Green Blue C M Y K H S L
Decimal 177 238 215 0.26 0 0.10 0.07 157.38 0.64 0.81
Hex B1 EE D7 1A 0 A 7 9D 40 51
Octal 261 356 327 32 0 12 7 235 100 121
Binary 10110001 11101110 11010111 11010 0 1010 111 10011101 1000000 1010001

Color Harmonies of #B1EED7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1EED7

Black with #B1EED7

Text Example


Text Example

White with #B1EED7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1EED7; }

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

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

background-color css

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

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

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

border-color css

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

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

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