Html Css Color HEX #B2FDCE Magic Mint

📋 copy color: '#B2FDCE'

red 178 ◦ green 253 ◦ blue 206

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

Shades of Magic Mint #B2FDCE

Tints of Magic Mint #B2FDCE

RGB

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

 GREEN value IS 253 (99.22% from 255) = 39.72%

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

R = 27.94%
G = 39.72%
B = 32.34%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.19

 K value IS 0.01

RGB Variations

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

Color information

#B2FDCE (or 0xB2FDCE) is known color: Magic Mint. HEX triplet: B2, FD and CE. RGB value is (178,253,206). Sum of RGB (Red+Green+Blue) = 178+253+206=637 (84% of max value = 765). Red value is 178 (69.92% from 255 or 27.94% from 637); Green value is 253 (99.22% from 255 or 39.72% from 637); Blue value is 206 (80.86% from 255 or 32.34% from 637); Max value from RGB is 253 - color contains mainly: green. Hex color #B2FDCE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B2FDCE is #4D0231. Grayscale: #E1E1E1. Windows color (decimal): -5046834 or 13565362. OLE color: 13565362.

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

Color convert

RGB 178 253 206 -
CMYK 0.30 0 0.19 0.01
HSL 142.4º 0.95% 0.85% -
HSV(B) 142.4º 0.3% 0.99% -
XYZ 64.63 84.17 71.23 -
YUV 225.22 117.15 94.32 -
System Red Green Blue C M Y K H S L
Decimal 178 253 206 0.30 0 0.19 0.01 142.4 0.95 0.85
Hex B2 FD CE 1E 0 13 1 8E 5F 55
Octal 262 375 316 36 0 23 1 216 137 125
Binary 10110010 11111101 11001110 11110 0 10011 1 10001110 1011111 1010101

Color Harmonies of #B2FDCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2FDCE

Black with #B2FDCE

Text Example


Text Example

White with #B2FDCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2FDCE; }

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

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

background-color css

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

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

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

border-color css

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

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

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