Html Css Color HEX #B1E4CE Magic Mint

📋 copy color: '#B1E4CE'

red 177 ◦ green 228 ◦ blue 206

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

Shades of Magic Mint #B1E4CE

Tints of Magic Mint #B1E4CE

RGB

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

 GREEN value IS 228 (89.45% from 255) = 37.32%

 BLUE value IS 206 (80.86% from 255) = 33.72%

R = 28.97%
G = 37.32%
B = 33.72%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.10

 K value IS 0.11

RGB Variations

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

Color information

#B1E4CE (or 0xB1E4CE) is known color: Magic Mint. HEX triplet: B1, E4 and CE. RGB value is (177,228,206). Sum of RGB (Red+Green+Blue) = 177+228+206=611 (80% of max value = 765). Red value is 177 (69.53% from 255 or 28.97% from 611); Green value is 228 (89.45% from 255 or 37.32% from 611); Blue value is 206 (80.86% from 255 or 33.72% from 611); Max value from RGB is 228 - color contains mainly: green. Hex color #B1E4CE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B1E4CE is #4E1B31. Grayscale: #D2D2D2. Windows color (decimal): -5118770 or 13558961. OLE color: 13558961.

HSL color Cylindrical-coordinate representation of color #B1E4CE: hue angle of 154.12º degrees, saturation: 0.49, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B1E4CE is Cyan = 0.22, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.11.

Color convert

RGB 177 228 206 -
CMYK 0.22 0 0.10 0.11
HSL 154.12º 0.49% 0.79% -
HSV(B) 154.12º 0.22% 0.89% -
XYZ 57.02 69.29 68.76 -
YUV 210.24 125.6 104.29 -
System Red Green Blue C M Y K H S L
Decimal 177 228 206 0.22 0 0.10 0.11 154.12 0.49 0.79
Hex B1 E4 CE 16 0 A B 9A 31 4F
Octal 261 344 316 26 0 12 13 232 61 117
Binary 10110001 11100100 11001110 10110 0 1010 1011 10011010 110001 1001111

Color Harmonies of #B1E4CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1E4CE

Black with #B1E4CE

Text Example


Text Example

White with #B1E4CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1E4CE; }

 p { color: rgb(177,228,206); }

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

background-color css

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

 a { background-color: rgb(177,228,206); }

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

border-color css

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

 span { border-color: rgb(177,228,206); }

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