Html Css Color HEX #B4FCDD Magic Mint

📋 copy color: '#B4FCDD'

red 180 ◦ green 252 ◦ blue 221

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

Shades of Magic Mint #B4FCDD

Tints of Magic Mint #B4FCDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 33.84%

R = 27.57%
G = 38.59%
B = 33.84%

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

#B4FCDD (or 0xB4FCDD) is known color: Magic Mint. HEX triplet: B4, FC and DD. RGB value is (180,252,221). Sum of RGB (Red+Green+Blue) = 180+252+221=653 (86% of max value = 765). Red value is 180 (70.70% from 255 or 27.57% from 653); Green value is 252 (98.83% from 255 or 38.59% from 653); Blue value is 221 (86.72% from 255 or 33.84% from 653); Max value from RGB is 252 - color contains mainly: green. Hex color #B4FCDD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B4FCDD is #4B0322. Grayscale: #E2E2E2. Windows color (decimal): -4916003 or 14548148. OLE color: 14548148.

HSL color Cylindrical-coordinate representation of color #B4FCDD: hue angle of 154.17º 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 #B4FCDD is Cyan = 0.29, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.01.

Color convert

RGB 180 252 221 -
CMYK 0.29 0 0.12 0.01
HSL 154.17º 0.92% 0.85% -
HSV(B) 154.17º 0.29% 0.99% -
XYZ 66.68 84.54 81.21 -
YUV 226.94 124.65 94.52 -
System Red Green Blue C M Y K H S L
Decimal 180 252 221 0.29 0 0.12 0.01 154.17 0.92 0.85
Hex B4 FC DD 1D 0 C 1 9A 5C 55
Octal 264 374 335 35 0 14 1 232 134 125
Binary 10110100 11111100 11011101 11101 0 1100 1 10011010 1011100 1010101

Color Harmonies of #B4FCDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4FCDD

Black with #B4FCDD

Text Example


Text Example

White with #B4FCDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4FCDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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