Html Css Color HEX #B2FFCC Magic Mint

📋 copy color: '#B2FFCC'

red 178 ◦ green 255 ◦ blue 204

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

Shades of Magic Mint #B2FFCC

Tints of Magic Mint #B2FFCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 32.03%

R = 27.94%
G = 40.03%
B = 32.03%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.2

 K value IS 0

RGB Variations

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

Color information

#B2FFCC (or 0xB2FFCC) is known color: Magic Mint. HEX triplet: B2, FF and CC. RGB value is (178,255,204). Sum of RGB (Red+Green+Blue) = 178+255+204=637 (84% of max value = 765). Red value is 178 (69.92% from 255 or 27.94% from 637); Green value is 255 (100% from 255 or 40.03% from 637); Blue value is 204 (80.08% from 255 or 32.03% from 637); Max value from RGB is 255 - color contains mainly: green. Hex color #B2FFCC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B2FFCC is #4D0033. Grayscale: #E2E2E2. Windows color (decimal): -5046324 or 13434802. OLE color: 13434802.

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

Color convert

RGB 178 255 204 -
CMYK 0.30 0 0.2 0
HSL 140.26º 1% 0.85% -
HSV(B) 140.26º 0.3% 1% -
XYZ 65.02 85.34 70.17 -
YUV 226.16 115.49 93.65 -
System Red Green Blue C M Y K H S L
Decimal 178 255 204 0.30 0 0.2 0 140.26 1 0.85
Hex B2 FF CC 1E 0 14 0 8C 64 55
Octal 262 377 314 36 0 24 0 214 144 125
Binary 10110010 11111111 11001100 11110 0 10100 0 10001100 1100100 1010101

Color Harmonies of #B2FFCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2FFCC

Black with #B2FFCC

Text Example


Text Example

White with #B2FFCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2FFCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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