Html Css Color HEX #B4FCDB Magic Mint

📋 copy color: '#B4FCDB'

red 180 ◦ green 252 ◦ blue 219

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

Shades of Magic Mint #B4FCDB

Tints of Magic Mint #B4FCDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 33.64%

R = 27.65%
G = 38.71%
B = 33.64%

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

#B4FCDB (or 0xB4FCDB) is known color: Magic Mint. HEX triplet: B4, FC and DB. RGB value is (180,252,219). Sum of RGB (Red+Green+Blue) = 180+252+219=651 (86% of max value = 765). Red value is 180 (70.70% from 255 or 27.65% from 651); Green value is 252 (98.83% from 255 or 38.71% from 651); Blue value is 219 (85.94% from 255 or 33.64% from 651); Max value from RGB is 252 - color contains mainly: green. Hex color #B4FCDB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B4FCDB is #4B0324. Grayscale: #E2E2E2. Windows color (decimal): -4916005 or 14417076. OLE color: 14417076.

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

Color convert

RGB 180 252 219 -
CMYK 0.29 0 0.13 0.01
HSL 152.5º 0.92% 0.85% -
HSV(B) 152.5º 0.29% 0.99% -
XYZ 66.42 84.44 79.82 -
YUV 226.71 123.65 94.68 -
System Red Green Blue C M Y K H S L
Decimal 180 252 219 0.29 0 0.13 0.01 152.5 0.92 0.85
Hex B4 FC DB 1D 0 D 1 98 5C 55
Octal 264 374 333 35 0 15 1 230 134 125
Binary 10110100 11111100 11011011 11101 0 1101 1 10011000 1011100 1010101

Color Harmonies of #B4FCDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4FCDB

Black with #B4FCDB

Text Example


Text Example

White with #B4FCDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4FCDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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