Html Css Color HEX #B2FDDC Magic Mint

📋 copy color: '#B2FDDC'

red 178 ◦ green 253 ◦ blue 220

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

Shades of Magic Mint #B2FDDC

Tints of Magic Mint #B2FDDC

RGB

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

 GREEN value IS 253 (99.22% from 255) = 38.86%

 BLUE value IS 220 (86.33% from 255) = 33.79%

R = 27.34%
G = 38.86%
B = 33.79%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.13

 K value IS 0.01

RGB Variations

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

Color information

#B2FDDC (or 0xB2FDDC) is known color: Magic Mint. HEX triplet: B2, FD and DC. RGB value is (178,253,220). Sum of RGB (Red+Green+Blue) = 178+253+220=651 (86% of max value = 765). Red value is 178 (69.92% from 255 or 27.34% from 651); Green value is 253 (99.22% from 255 or 38.86% from 651); Blue value is 220 (86.33% from 255 or 33.79% from 651); Max value from RGB is 253 - color contains mainly: green. Hex color #B2FDDC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B2FDDC is #4D0223. Grayscale: #E2E2E2. Windows color (decimal): -5046820 or 14482866. OLE color: 14482866.

HSL color Cylindrical-coordinate representation of color #B2FDDC: hue angle of 153.6º degrees, saturation: 0.95, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B2FDDC is Cyan = 0.30, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.01.

Color convert

RGB 178 253 220 -
CMYK 0.30 0 0.13 0.01
HSL 153.6º 0.95% 0.85% -
HSV(B) 153.6º 0.3% 0.99% -
XYZ 66.4 84.88 80.59 -
YUV 226.81 124.15 93.18 -
System Red Green Blue C M Y K H S L
Decimal 178 253 220 0.30 0 0.13 0.01 153.6 0.95 0.85
Hex B2 FD DC 1E 0 D 1 9A 5F 55
Octal 262 375 334 36 0 15 1 232 137 125
Binary 10110010 11111101 11011100 11110 0 1101 1 10011010 1011111 1010101

Color Harmonies of #B2FDDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2FDDC

Black with #B2FDDC

Text Example


Text Example

White with #B2FDDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2FDDC; }

 p { color: rgb(178,253,220); }

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

background-color css

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

 a { background-color: rgb(178,253,220); }

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

border-color css

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

 span { border-color: rgb(178,253,220); }

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