Html Css Color HEX #B2FECE Magic Mint

📋 copy color: '#B2FECE'

red 178 ◦ green 254 ◦ blue 206

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

Shades of Magic Mint #B2FECE

Tints of Magic Mint #B2FECE

RGB

 RED value IS 178 (69.92% from 255) = 27.9%

 GREEN value IS 254 (99.61% from 255) = 39.81%

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

R = 27.9%
G = 39.81%
B = 32.29%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.19

 K value IS 0.00

RGB Variations

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

Color information

#B2FECE (or 0xB2FECE) is known color: Magic Mint. HEX triplet: B2, FE and CE. RGB value is (178,254,206). Sum of RGB (Red+Green+Blue) = 178+254+206=638 (84% of max value = 765). Red value is 178 (69.92% from 255 or 27.90% from 638); Green value is 254 (99.61% from 255 or 39.81% from 638); Blue value is 206 (80.86% from 255 or 32.29% from 638); Max value from RGB is 254 - color contains mainly: green. Hex color #B2FECE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B2FECE is #4D0131. Grayscale: #E1E1E1. Windows color (decimal): -5046578 or 13565618. OLE color: 13565618.

HSL color Cylindrical-coordinate representation of color #B2FECE: hue angle of 142.11º degrees, saturation: 0.97, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B2FECE is Cyan = 0.30, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.00.

Color convert

RGB 178 254 206 -
CMYK 0.30 0 0.19 0.00
HSL 142.11º 0.97% 0.85% -
HSV(B) 142.11º 0.3% 1% -
XYZ 64.94 84.8 71.34 -
YUV 225.8 116.82 93.9 -
System Red Green Blue C M Y K H S L
Decimal 178 254 206 0.30 0 0.19 0.00 142.11 0.97 0.85
Hex B2 FE CE 1E 0 13 0 8E 61 55
Octal 262 376 316 36 0 23 0 216 141 125
Binary 10110010 11111110 11001110 11110 0 10011 0 10001110 1100001 1010101

Color Harmonies of #B2FECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2FECE

Black with #B2FECE

Text Example


Text Example

White with #B2FECE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2FECE; }

 p { color: rgb(178,254,206); }

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

background-color css

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

 a { background-color: rgb(178,254,206); }

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

border-color css

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

 span { border-color: rgb(178,254,206); }

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