Html Css Color HEX #B1E1CB Magic Mint

📋 copy color: '#B1E1CB'

red 177 ◦ green 225 ◦ blue 203

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

Shades of Magic Mint #B1E1CB

Tints of Magic Mint #B1E1CB

RGB

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

 GREEN value IS 225 (88.28% from 255) = 37.19%

 BLUE value IS 203 (79.69% from 255) = 33.55%

R = 29.26%
G = 37.19%
B = 33.55%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.10

 K value IS 0.12

RGB Variations

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

Color information

#B1E1CB (or 0xB1E1CB) is known color: Magic Mint. HEX triplet: B1, E1 and CB. RGB value is (177,225,203). Sum of RGB (Red+Green+Blue) = 177+225+203=605 (80% of max value = 765). Red value is 177 (69.53% from 255 or 29.26% from 605); Green value is 225 (88.28% from 255 or 37.19% from 605); Blue value is 203 (79.69% from 255 or 33.55% from 605); Max value from RGB is 225 - color contains mainly: green. Hex color #B1E1CB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B1E1CB is #4E1E34. Grayscale: #D0D0D0. Windows color (decimal): -5119541 or 13361585. OLE color: 13361585.

HSL color Cylindrical-coordinate representation of color #B1E1CB: hue angle of 152.5º degrees, saturation: 0.44, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #B1E1CB is Cyan = 0.21, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.12.

Color convert

RGB 177 225 203 -
CMYK 0.21 0 0.10 0.12
HSL 152.5º 0.44% 0.79% -
HSV(B) 152.5º 0.21% 0.88% -
XYZ 55.84 67.51 66.59 -
YUV 208.14 125.1 105.79 -
System Red Green Blue C M Y K H S L
Decimal 177 225 203 0.21 0 0.10 0.12 152.5 0.44 0.79
Hex B1 E1 CB 15 0 A C 98 2C 4F
Octal 261 341 313 25 0 12 14 230 54 117
Binary 10110001 11100001 11001011 10101 0 1010 1100 10011000 101100 1001111

Color Harmonies of #B1E1CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1E1CB

Black with #B1E1CB

Text Example


Text Example

White with #B1E1CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1E1CB; }

 p { color: rgb(177,225,203); }

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

background-color css

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

 a { background-color: rgb(177,225,203); }

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

border-color css

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

 span { border-color: rgb(177,225,203); }

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