Html Css Color HEX #B1EBC8 Magic Mint

📋 copy color: '#B1EBC8'

red 177 ◦ green 235 ◦ blue 200

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

Shades of Magic Mint #B1EBC8

Tints of Magic Mint #B1EBC8

RGB

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

 GREEN value IS 235 (92.19% from 255) = 38.4%

 BLUE value IS 200 (78.52% from 255) = 32.68%

R = 28.92%
G = 38.4%
B = 32.68%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.15

 K value IS 0.08

RGB Variations

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

Color information

#B1EBC8 (or 0xB1EBC8) is known color: Magic Mint. HEX triplet: B1, EB and C8. RGB value is (177,235,200). Sum of RGB (Red+Green+Blue) = 177+235+200=612 (81% of max value = 765). Red value is 177 (69.53% from 255 or 28.92% from 612); Green value is 235 (92.19% from 255 or 38.40% from 612); Blue value is 200 (78.52% from 255 or 32.68% from 612); Max value from RGB is 235 - color contains mainly: green. Hex color #B1EBC8 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B1EBC8 is #4E1437. Grayscale: #D5D5D5. Windows color (decimal): -5116984 or 13167537. OLE color: 13167537.

HSL color Cylindrical-coordinate representation of color #B1EBC8: hue angle of 143.79º degrees, saturation: 0.59, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B1EBC8 is Cyan = 0.25, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.08.

Color convert

RGB 177 235 200 -
CMYK 0.25 0 0.15 0.08
HSL 143.79º 0.59% 0.81% -
HSV(B) 143.79º 0.25% 0.92% -
XYZ 58.27 72.93 65.65 -
YUV 213.67 120.28 101.85 -
System Red Green Blue C M Y K H S L
Decimal 177 235 200 0.25 0 0.15 0.08 143.79 0.59 0.81
Hex B1 EB C8 19 0 F 8 90 3B 51
Octal 261 353 310 31 0 17 10 220 73 121
Binary 10110001 11101011 11001000 11001 0 1111 1000 10010000 111011 1010001

Color Harmonies of #B1EBC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1EBC8

Black with #B1EBC8

Text Example


Text Example

White with #B1EBC8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1EBC8; }

 p { color: rgb(177,235,200); }

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

background-color css

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

 a { background-color: rgb(177,235,200); }

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

border-color css

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

 span { border-color: rgb(177,235,200); }

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