Html Css Color HEX #B4FBCE Magic Mint

📋 copy color: '#B4FBCE'

red 180 ◦ green 251 ◦ blue 206

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

Shades of Magic Mint #B4FBCE

Tints of Magic Mint #B4FBCE

RGB

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

 GREEN value IS 251 (98.44% from 255) = 39.4%

 BLUE value IS 206 (80.86% from 255) = 32.34%

R = 28.26%
G = 39.4%
B = 32.34%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.18

 K value IS 0.02

RGB Variations

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

Color information

#B4FBCE (or 0xB4FBCE) is known color: Magic Mint. HEX triplet: B4, FB and CE. RGB value is (180,251,206). Sum of RGB (Red+Green+Blue) = 180+251+206=637 (84% of max value = 765). Red value is 180 (70.70% from 255 or 28.26% from 637); Green value is 251 (98.44% from 255 or 39.40% from 637); Blue value is 206 (80.86% from 255 or 32.34% from 637); Max value from RGB is 251 - color contains mainly: green. Hex color #B4FBCE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B4FBCE is #4B0431. Grayscale: #E0E0E0. Windows color (decimal): -4916274 or 13564852. OLE color: 13564852.

HSL color Cylindrical-coordinate representation of color #B4FBCE: hue angle of 141.97º degrees, saturation: 0.9, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B4FBCE is Cyan = 0.28, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.02.

Color convert

RGB 180 251 206 -
CMYK 0.28 0 0.18 0.02
HSL 141.97º 0.9% 0.85% -
HSV(B) 141.97º 0.28% 0.98% -
XYZ 64.46 83.15 71.05 -
YUV 224.64 117.48 96.16 -
System Red Green Blue C M Y K H S L
Decimal 180 251 206 0.28 0 0.18 0.02 141.97 0.9 0.85
Hex B4 FB CE 1C 0 12 2 8E 5A 55
Octal 264 373 316 34 0 22 2 216 132 125
Binary 10110100 11111011 11001110 11100 0 10010 10 10001110 1011010 1010101

Color Harmonies of #B4FBCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4FBCE

Black with #B4FBCE

Text Example


Text Example

White with #B4FBCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4FBCE; }

 p { color: rgb(180,251,206); }

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

background-color css

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

 a { background-color: rgb(180,251,206); }

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

border-color css

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

 span { border-color: rgb(180,251,206); }

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