Html Css Color HEX #B0FBCE Magic Mint

📋 copy color: '#B0FBCE'

red 176 ◦ green 251 ◦ blue 206

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

Shades of Magic Mint #B0FBCE

Tints of Magic Mint #B0FBCE

RGB

 RED value IS 176 (69.14% from 255) = 27.8%

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

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

R = 27.8%
G = 39.65%
B = 32.54%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.18

 K value IS 0.02

RGB Variations

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

Color information

#B0FBCE (or 0xB0FBCE) is known color: Magic Mint. HEX triplet: B0, FB and CE. RGB value is (176,251,206). Sum of RGB (Red+Green+Blue) = 176+251+206=633 (83% of max value = 765). Red value is 176 (69.14% from 255 or 27.80% from 633); Green value is 251 (98.44% from 255 or 39.65% from 633); Blue value is 206 (80.86% from 255 or 32.54% from 633); Max value from RGB is 251 - color contains mainly: green. Hex color #B0FBCE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B0FBCE is #4F0431. Grayscale: #DFDFDF. Windows color (decimal): -5178418 or 13564848. OLE color: 13564848.

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

Color convert

RGB 176 251 206 -
CMYK 0.30 0 0.18 0.02
HSL 144º 0.9% 0.84% -
HSV(B) 144º 0.3% 0.98% -
XYZ 63.54 82.68 71 -
YUV 223.45 118.15 94.16 -
System Red Green Blue C M Y K H S L
Decimal 176 251 206 0.30 0 0.18 0.02 144 0.9 0.84
Hex B0 FB CE 1E 0 12 2 90 5A 54
Octal 260 373 316 36 0 22 2 220 132 124
Binary 10110000 11111011 11001110 11110 0 10010 10 10010000 1011010 1010100

Color Harmonies of #B0FBCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0FBCE

Black with #B0FBCE

Text Example


Text Example

White with #B0FBCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0FBCE; }

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

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

background-color css

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

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

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

border-color css

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

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

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