Html Css Color HEX #B1EBD4 Magic Mint

📋 copy color: '#B1EBD4'

red 177 ◦ green 235 ◦ blue 212

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

Shades of Magic Mint #B1EBD4

Tints of Magic Mint #B1EBD4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 33.97%

R = 28.37%
G = 37.66%
B = 33.97%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.10

 K value IS 0.08

RGB Variations

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

Color information

#B1EBD4 (or 0xB1EBD4) is known color: Magic Mint. HEX triplet: B1, EB and D4. RGB value is (177,235,212). Sum of RGB (Red+Green+Blue) = 177+235+212=624 (82% of max value = 765). Red value is 177 (69.53% from 255 or 28.37% from 624); Green value is 235 (92.19% from 255 or 37.66% from 624); Blue value is 212 (83.20% from 255 or 33.97% from 624); Max value from RGB is 235 - color contains mainly: green. Hex color #B1EBD4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B1EBD4 is #4E142B. Grayscale: #D7D7D7. Windows color (decimal): -5116972 or 13953969. OLE color: 13953969.

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

Color convert

RGB 177 235 212 -
CMYK 0.25 0 0.10 0.08
HSL 156.21º 0.59% 0.81% -
HSV(B) 156.21º 0.25% 0.92% -
XYZ 59.72 73.52 73.33 -
YUV 215.04 126.28 100.87 -
System Red Green Blue C M Y K H S L
Decimal 177 235 212 0.25 0 0.10 0.08 156.21 0.59 0.81
Hex B1 EB D4 19 0 A 8 9C 3B 51
Octal 261 353 324 31 0 12 10 234 73 121
Binary 10110001 11101011 11010100 11001 0 1010 1000 10011100 111011 1010001

Color Harmonies of #B1EBD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1EBD4

Black with #B1EBD4

Text Example


Text Example

White with #B1EBD4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1EBD4; }

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

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

background-color css

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

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

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

border-color css

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

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

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