Html Css Color HEX #B2E4CC Magic Mint

📋 copy color: '#B2E4CC'

red 178 ◦ green 228 ◦ blue 204

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

Shades of Magic Mint #B2E4CC

Tints of Magic Mint #B2E4CC

RGB

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

 GREEN value IS 228 (89.45% from 255) = 37.38%

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

R = 29.18%
G = 37.38%
B = 33.44%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.11

 K value IS 0.11

RGB Variations

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

Color information

#B2E4CC (or 0xB2E4CC) is known color: Magic Mint. HEX triplet: B2, E4 and CC. RGB value is (178,228,204). Sum of RGB (Red+Green+Blue) = 178+228+204=610 (80% of max value = 765). Red value is 178 (69.92% from 255 or 29.18% from 610); Green value is 228 (89.45% from 255 or 37.38% from 610); Blue value is 204 (80.08% from 255 or 33.44% from 610); Max value from RGB is 228 - color contains mainly: green. Hex color #B2E4CC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B2E4CC is #4D1B33. Grayscale: #D2D2D2. Windows color (decimal): -5053236 or 13427890. OLE color: 13427890.

HSL color Cylindrical-coordinate representation of color #B2E4CC: hue angle of 151.2º degrees, saturation: 0.48, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B2E4CC is Cyan = 0.22, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.11.

Color convert

RGB 178 228 204 -
CMYK 0.22 0 0.11 0.11
HSL 151.2º 0.48% 0.8% -
HSV(B) 151.2º 0.22% 0.89% -
XYZ 57 69.31 67.5 -
YUV 210.31 124.44 104.95 -
System Red Green Blue C M Y K H S L
Decimal 178 228 204 0.22 0 0.11 0.11 151.2 0.48 0.8
Hex B2 E4 CC 16 0 B B 97 30 50
Octal 262 344 314 26 0 13 13 227 60 120
Binary 10110010 11100100 11001100 10110 0 1011 1011 10010111 110000 1010000

Color Harmonies of #B2E4CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2E4CC

Black with #B2E4CC

Text Example


Text Example

White with #B2E4CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2E4CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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