Html Css Color HEX #B4FCDC Magic Mint

📋 copy color: '#B4FCDC'

red 180 ◦ green 252 ◦ blue 220

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

Shades of Magic Mint #B4FCDC

Tints of Magic Mint #B4FCDC

RGB

 RED value IS 180 (70.7% from 255) = 27.61%

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

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

R = 27.61%
G = 38.65%
B = 33.74%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.13

 K value IS 0.01

RGB Variations

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

Color information

#B4FCDC (or 0xB4FCDC) is known color: Magic Mint. HEX triplet: B4, FC and DC. RGB value is (180,252,220). Sum of RGB (Red+Green+Blue) = 180+252+220=652 (86% of max value = 765). Red value is 180 (70.70% from 255 or 27.61% from 652); Green value is 252 (98.83% from 255 or 38.65% from 652); Blue value is 220 (86.33% from 255 or 33.74% from 652); Max value from RGB is 252 - color contains mainly: green. Hex color #B4FCDC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B4FCDC is #4B0323. Grayscale: #E2E2E2. Windows color (decimal): -4916004 or 14482612. OLE color: 14482612.

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

Color convert

RGB 180 252 220 -
CMYK 0.29 0 0.13 0.01
HSL 153.33º 0.92% 0.85% -
HSV(B) 153.33º 0.29% 0.99% -
XYZ 66.55 84.49 80.51 -
YUV 226.82 124.15 94.6 -
System Red Green Blue C M Y K H S L
Decimal 180 252 220 0.29 0 0.13 0.01 153.33 0.92 0.85
Hex B4 FC DC 1D 0 D 1 99 5C 55
Octal 264 374 334 35 0 15 1 231 134 125
Binary 10110100 11111100 11011100 11101 0 1101 1 10011001 1011100 1010101

Color Harmonies of #B4FCDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4FCDC

Black with #B4FCDC

Text Example


Text Example

White with #B4FCDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4FCDC; }

 p { color: rgb(180,252,220); }

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

background-color css

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

 a { background-color: rgb(180,252,220); }

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

border-color css

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

 span { border-color: rgb(180,252,220); }

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