Html Css Color HEX #B2FBCC Magic Mint

📋 copy color: '#B2FBCC'

red 178 ◦ green 251 ◦ blue 204

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

Shades of Magic Mint #B2FBCC

Tints of Magic Mint #B2FBCC

RGB

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

 GREEN value IS 251 (98.44% from 255) = 39.65%

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

R = 28.12%
G = 39.65%
B = 32.23%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.19

 K value IS 0.02

RGB Variations

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

Color information

#B2FBCC (or 0xB2FBCC) is known color: Magic Mint. HEX triplet: B2, FB and CC. RGB value is (178,251,204). Sum of RGB (Red+Green+Blue) = 178+251+204=633 (83% of max value = 765). Red value is 178 (69.92% from 255 or 28.12% from 633); Green value is 251 (98.44% from 255 or 39.65% from 633); Blue value is 204 (80.08% from 255 or 32.23% from 633); Max value from RGB is 251 - color contains mainly: green. Hex color #B2FBCC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B2FBCC is #4D0433. Grayscale: #DFDFDF. Windows color (decimal): -5047348 or 13433778. OLE color: 13433778.

HSL color Cylindrical-coordinate representation of color #B2FBCC: hue angle of 141.37º degrees, saturation: 0.9, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B2FBCC is Cyan = 0.29, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.02.

Color convert

RGB 178 251 204 -
CMYK 0.29 0 0.19 0.02
HSL 141.37º 0.9% 0.84% -
HSV(B) 141.37º 0.29% 0.98% -
XYZ 63.76 82.82 69.75 -
YUV 223.82 116.82 95.32 -
System Red Green Blue C M Y K H S L
Decimal 178 251 204 0.29 0 0.19 0.02 141.37 0.9 0.84
Hex B2 FB CC 1D 0 13 2 8D 5A 54
Octal 262 373 314 35 0 23 2 215 132 124
Binary 10110010 11111011 11001100 11101 0 10011 10 10001101 1011010 1010100

Color Harmonies of #B2FBCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2FBCC

Black with #B2FBCC

Text Example


Text Example

White with #B2FBCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2FBCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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