Html Css Color HEX #B2E6CE Magic Mint

📋 copy color: '#B2E6CE'

red 178 ◦ green 230 ◦ blue 206

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

Shades of Magic Mint #B2E6CE

Tints of Magic Mint #B2E6CE

RGB

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

 GREEN value IS 230 (90.23% from 255) = 37.46%

 BLUE value IS 206 (80.86% from 255) = 33.55%

R = 28.99%
G = 37.46%
B = 33.55%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.10

 K value IS 0.10

RGB Variations

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

Color information

#B2E6CE (or 0xB2E6CE) is known color: Magic Mint. HEX triplet: B2, E6 and CE. RGB value is (178,230,206). Sum of RGB (Red+Green+Blue) = 178+230+206=614 (81% of max value = 765). Red value is 178 (69.92% from 255 or 28.99% from 614); Green value is 230 (90.23% from 255 or 37.46% from 614); Blue value is 206 (80.86% from 255 or 33.55% from 614); Max value from RGB is 230 - color contains mainly: green. Hex color #B2E6CE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B2E6CE is #4D1931. Grayscale: #D3D3D3. Windows color (decimal): -5052722 or 13559474. OLE color: 13559474.

HSL color Cylindrical-coordinate representation of color #B2E6CE: hue angle of 152.31º degrees, saturation: 0.51, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B2E6CE is Cyan = 0.23, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.10.

Color convert

RGB 178 230 206 -
CMYK 0.23 0 0.10 0.10
HSL 152.31º 0.51% 0.8% -
HSV(B) 152.31º 0.23% 0.9% -
XYZ 57.8 70.51 68.96 -
YUV 211.72 124.77 103.95 -
System Red Green Blue C M Y K H S L
Decimal 178 230 206 0.23 0 0.10 0.10 152.31 0.51 0.8
Hex B2 E6 CE 17 0 A A 98 33 50
Octal 262 346 316 27 0 12 12 230 63 120
Binary 10110010 11100110 11001110 10111 0 1010 1010 10011000 110011 1010000

Color Harmonies of #B2E6CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2E6CE

Black with #B2E6CE

Text Example


Text Example

White with #B2E6CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2E6CE; }

 p { color: rgb(178,230,206); }

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

background-color css

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

 a { background-color: rgb(178,230,206); }

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

border-color css

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

 span { border-color: rgb(178,230,206); }

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