Html Css Color HEX #B2FECB Magic Mint

📋 copy color: '#B2FECB'

red 178 ◦ green 254 ◦ blue 203

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

Shades of Magic Mint #B2FECB

Tints of Magic Mint #B2FECB

RGB

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

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

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

R = 28.03%
G = 40%
B = 31.97%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.20

 K value IS 0.00

RGB Variations

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

Color information

#B2FECB (or 0xB2FECB) is known color: Magic Mint. HEX triplet: B2, FE and CB. RGB value is (178,254,203). Sum of RGB (Red+Green+Blue) = 178+254+203=635 (84% of max value = 765). Red value is 178 (69.92% from 255 or 28.03% from 635); Green value is 254 (99.61% from 255 or 40% from 635); Blue value is 203 (79.69% from 255 or 31.97% from 635); Max value from RGB is 254 - color contains mainly: green. Hex color #B2FECB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B2FECB is #4D0134. Grayscale: #E1E1E1. Windows color (decimal): -5046581 or 13369010. OLE color: 13369010.

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

Color convert

RGB 178 254 203 -
CMYK 0.30 0 0.20 0.00
HSL 139.74º 0.97% 0.85% -
HSV(B) 139.74º 0.3% 1% -
XYZ 64.58 84.66 69.44 -
YUV 225.46 115.32 94.15 -
System Red Green Blue C M Y K H S L
Decimal 178 254 203 0.30 0 0.20 0.00 139.74 0.97 0.85
Hex B2 FE CB 1E 0 14 0 8C 61 55
Octal 262 376 313 36 0 24 0 214 141 125
Binary 10110010 11111110 11001011 11110 0 10100 0 10001100 1100001 1010101

Color Harmonies of #B2FECB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2FECB

Black with #B2FECB

Text Example


Text Example

White with #B2FECB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2FECB; }

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

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

background-color css

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

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

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

border-color css

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

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

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