Html Css Color HEX #B2FECF Magic Mint

📋 copy color: '#B2FECF'

red 178 ◦ green 254 ◦ blue 207

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

Shades of Magic Mint #B2FECF

Tints of Magic Mint #B2FECF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 32.39%

R = 27.86%
G = 39.75%
B = 32.39%

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

#B2FECF (or 0xB2FECF) is known color: Magic Mint. HEX triplet: B2, FE and CF. RGB value is (178,254,207). Sum of RGB (Red+Green+Blue) = 178+254+207=639 (84% of max value = 765). Red value is 178 (69.92% from 255 or 27.86% from 639); Green value is 254 (99.61% from 255 or 39.75% from 639); Blue value is 207 (81.25% from 255 or 32.39% from 639); Max value from RGB is 254 - color contains mainly: green. Hex color #B2FECF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B2FECF is #4D0130. Grayscale: #E2E2E2. Windows color (decimal): -5046577 or 13631154. OLE color: 13631154.

HSL color Cylindrical-coordinate representation of color #B2FECF: hue angle of 142.89º 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 #B2FECF is Cyan = 0.30, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.00.

Color convert

RGB 178 254 207 -
CMYK 0.30 0 0.19 0.00
HSL 142.89º 0.97% 0.85% -
HSV(B) 142.89º 0.3% 1% -
XYZ 65.06 84.85 71.98 -
YUV 225.92 117.32 93.82 -
System Red Green Blue C M Y K H S L
Decimal 178 254 207 0.30 0 0.19 0.00 142.89 0.97 0.85
Hex B2 FE CF 1E 0 13 0 8F 61 55
Octal 262 376 317 36 0 23 0 217 141 125
Binary 10110010 11111110 11001111 11110 0 10011 0 10001111 1100001 1010101

Color Harmonies of #B2FECF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2FECF

Black with #B2FECF

Text Example


Text Example

White with #B2FECF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2FECF; }

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

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

background-color css

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

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

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

border-color css

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

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

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