Html Css Color HEX #B2FFDC Magic Mint

📋 copy color: '#B2FFDC'

red 178 ◦ green 255 ◦ blue 220

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

Shades of Magic Mint #B2FFDC

Tints of Magic Mint #B2FFDC

RGB

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

 GREEN value IS 255 (100% from 255) = 39.05%

 BLUE value IS 220 (86.33% from 255) = 33.69%

R = 27.26%
G = 39.05%
B = 33.69%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.14

 K value IS 0

RGB Variations

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

Color information

#B2FFDC (or 0xB2FFDC) is known color: Magic Mint. HEX triplet: B2, FF and DC. RGB value is (178,255,220). Sum of RGB (Red+Green+Blue) = 178+255+220=653 (86% of max value = 765). Red value is 178 (69.92% from 255 or 27.26% from 653); Green value is 255 (100% from 255 or 39.05% from 653); Blue value is 220 (86.33% from 255 or 33.69% from 653); Max value from RGB is 255 - color contains mainly: green. Hex color #B2FFDC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B2FFDC is #4D0023. Grayscale: #E4E4E4. Windows color (decimal): -5046308 or 14483378. OLE color: 14483378.

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

Color convert

RGB 178 255 220 -
CMYK 0.30 0 0.14 0
HSL 152.73º 1% 0.85% -
HSV(B) 152.73º 0.3% 1% -
XYZ 67.04 86.15 80.81 -
YUV 227.99 123.49 92.35 -
System Red Green Blue C M Y K H S L
Decimal 178 255 220 0.30 0 0.14 0 152.73 1 0.85
Hex B2 FF DC 1E 0 E 0 99 64 55
Octal 262 377 334 36 0 16 0 231 144 125
Binary 10110010 11111111 11011100 11110 0 1110 0 10011001 1100100 1010101

Color Harmonies of #B2FFDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2FFDC

Black with #B2FFDC

Text Example


Text Example

White with #B2FFDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2FFDC; }

 p { color: rgb(178,255,220); }

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

background-color css

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

 a { background-color: rgb(178,255,220); }

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

border-color css

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

 span { border-color: rgb(178,255,220); }

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