Html Css Color HEX #B4FCCD Magic Mint

📋 copy color: '#B4FCCD'

red 180 ◦ green 252 ◦ blue 205

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

Shades of Magic Mint #B4FCCD

Tints of Magic Mint #B4FCCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 32.18%

R = 28.26%
G = 39.56%
B = 32.18%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.19

 K value IS 0.01

RGB Variations

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

Color information

#B4FCCD (or 0xB4FCCD) is known color: Magic Mint. HEX triplet: B4, FC and CD. RGB value is (180,252,205). Sum of RGB (Red+Green+Blue) = 180+252+205=637 (84% of max value = 765). Red value is 180 (70.70% from 255 or 28.26% from 637); Green value is 252 (98.83% from 255 or 39.56% from 637); Blue value is 205 (80.47% from 255 or 32.18% from 637); Max value from RGB is 252 - color contains mainly: green. Hex color #B4FCCD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B4FCCD is #4B0332. Grayscale: #E1E1E1. Windows color (decimal): -4916019 or 13499572. OLE color: 13499572.

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

Color convert

RGB 180 252 205 -
CMYK 0.29 0 0.19 0.01
HSL 140.83º 0.92% 0.85% -
HSV(B) 140.83º 0.29% 0.99% -
XYZ 64.65 83.73 70.51 -
YUV 225.11 116.65 95.82 -
System Red Green Blue C M Y K H S L
Decimal 180 252 205 0.29 0 0.19 0.01 140.83 0.92 0.85
Hex B4 FC CD 1D 0 13 1 8D 5C 55
Octal 264 374 315 35 0 23 1 215 134 125
Binary 10110100 11111100 11001101 11101 0 10011 1 10001101 1011100 1010101

Color Harmonies of #B4FCCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4FCCD

Black with #B4FCCD

Text Example


Text Example

White with #B4FCCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4FCCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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