Html Css Color HEX #B2FCDE Magic Mint

📋 copy color: '#B2FCDE'

red 178 ◦ green 252 ◦ blue 222

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

Shades of Magic Mint #B2FCDE

Tints of Magic Mint #B2FCDE

RGB

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

 GREEN value IS 252 (98.83% from 255) = 38.65%

 BLUE value IS 222 (87.11% from 255) = 34.05%

R = 27.3%
G = 38.65%
B = 34.05%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.12

 K value IS 0.01

RGB Variations

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

Color information

#B2FCDE (or 0xB2FCDE) is known color: Magic Mint. HEX triplet: B2, FC and DE. RGB value is (178,252,222). Sum of RGB (Red+Green+Blue) = 178+252+222=652 (86% of max value = 765). Red value is 178 (69.92% from 255 or 27.30% from 652); Green value is 252 (98.83% from 255 or 38.65% from 652); Blue value is 222 (87.11% from 255 or 34.05% from 652); Max value from RGB is 252 - color contains mainly: green. Hex color #B2FCDE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B2FCDE is #4D0321. Grayscale: #E2E2E2. Windows color (decimal): -5047074 or 14613682. OLE color: 14613682.

HSL color Cylindrical-coordinate representation of color #B2FCDE: hue angle of 155.68º degrees, saturation: 0.93, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B2FCDE is Cyan = 0.29, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.01.

Color convert

RGB 178 252 222 -
CMYK 0.29 0 0.12 0.01
HSL 155.68º 0.93% 0.84% -
HSV(B) 155.68º 0.29% 0.99% -
XYZ 66.36 84.36 81.89 -
YUV 226.45 125.48 93.44 -
System Red Green Blue C M Y K H S L
Decimal 178 252 222 0.29 0 0.12 0.01 155.68 0.93 0.84
Hex B2 FC DE 1D 0 C 1 9C 5C 54
Octal 262 374 336 35 0 14 1 234 134 124
Binary 10110010 11111100 11011110 11101 0 1100 1 10011100 1011100 1010100

Color Harmonies of #B2FCDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2FCDE

Black with #B2FCDE

Text Example


Text Example

White with #B2FCDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2FCDE; }

 p { color: rgb(178,252,222); }

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

background-color css

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

 a { background-color: rgb(178,252,222); }

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

border-color css

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

 span { border-color: rgb(178,252,222); }

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