Html Css Color HEX #B4FCCB Magic Mint

📋 copy color: '#B4FCCB'

red 180 ◦ green 252 ◦ blue 203

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

Shades of Magic Mint #B4FCCB

Tints of Magic Mint #B4FCCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 31.97%

R = 28.35%
G = 39.69%
B = 31.97%

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

#B4FCCB (or 0xB4FCCB) is known color: Magic Mint. HEX triplet: B4, FC and CB. RGB value is (180,252,203). Sum of RGB (Red+Green+Blue) = 180+252+203=635 (84% of max value = 765). Red value is 180 (70.70% from 255 or 28.35% from 635); Green value is 252 (98.83% from 255 or 39.69% from 635); Blue value is 203 (79.69% from 255 or 31.97% from 635); Max value from RGB is 252 - color contains mainly: green. Hex color #B4FCCB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B4FCCB is #4B0334. Grayscale: #E1E1E1. Windows color (decimal): -4916021 or 13368500. OLE color: 13368500.

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

Color convert

RGB 180 252 203 -
CMYK 0.29 0 0.19 0.01
HSL 139.17º 0.92% 0.85% -
HSV(B) 139.17º 0.29% 0.99% -
XYZ 64.41 83.64 69.25 -
YUV 224.89 115.65 95.98 -
System Red Green Blue C M Y K H S L
Decimal 180 252 203 0.29 0 0.19 0.01 139.17 0.92 0.85
Hex B4 FC CB 1D 0 13 1 8B 5C 55
Octal 264 374 313 35 0 23 1 213 134 125
Binary 10110100 11111100 11001011 11101 0 10011 1 10001011 1011100 1010101

Color Harmonies of #B4FCCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4FCCB

Black with #B4FCCB

Text Example


Text Example

White with #B4FCCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4FCCB; }

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

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

background-color css

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

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

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

border-color css

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

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

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