Html Css Color HEX #B2E1CB Magic Mint

📋 copy color: '#B2E1CB'

red 178 ◦ green 225 ◦ blue 203

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

Shades of Magic Mint #B2E1CB

Tints of Magic Mint #B2E1CB

RGB

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

 GREEN value IS 225 (88.28% from 255) = 37.13%

 BLUE value IS 203 (79.69% from 255) = 33.5%

R = 29.37%
G = 37.13%
B = 33.5%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.10

 K value IS 0.12

RGB Variations

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

Color information

#B2E1CB (or 0xB2E1CB) is known color: Magic Mint. HEX triplet: B2, E1 and CB. RGB value is (178,225,203). Sum of RGB (Red+Green+Blue) = 178+225+203=606 (80% of max value = 765). Red value is 178 (69.92% from 255 or 29.37% from 606); Green value is 225 (88.28% from 255 or 37.13% from 606); Blue value is 203 (79.69% from 255 or 33.50% from 606); Max value from RGB is 225 - color contains mainly: green. Hex color #B2E1CB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B2E1CB is #4D1E34. Grayscale: #D0D0D0. Windows color (decimal): -5054005 or 13361586. OLE color: 13361586.

HSL color Cylindrical-coordinate representation of color #B2E1CB: hue angle of 151.91º degrees, saturation: 0.44, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #B2E1CB is Cyan = 0.21, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.12.

Color convert

RGB 178 225 203 -
CMYK 0.21 0 0.10 0.12
HSL 151.91º 0.44% 0.79% -
HSV(B) 151.91º 0.21% 0.88% -
XYZ 56.06 67.63 66.6 -
YUV 208.44 124.93 106.29 -
System Red Green Blue C M Y K H S L
Decimal 178 225 203 0.21 0 0.10 0.12 151.91 0.44 0.79
Hex B2 E1 CB 15 0 A C 98 2C 4F
Octal 262 341 313 25 0 12 14 230 54 117
Binary 10110010 11100001 11001011 10101 0 1010 1100 10011000 101100 1001111

Color Harmonies of #B2E1CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2E1CB

Black with #B2E1CB

Text Example


Text Example

White with #B2E1CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2E1CB; }

 p { color: rgb(178,225,203); }

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

background-color css

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

 a { background-color: rgb(178,225,203); }

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

border-color css

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

 span { border-color: rgb(178,225,203); }

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