Html Css Color HEX #B8FBDD Magic Mint

📋 copy color: '#B8FBDD'

red 184 ◦ green 251 ◦ blue 221

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

Shades of Magic Mint #B8FBDD

Tints of Magic Mint #B8FBDD

RGB

 RED value IS 184 (72.27% from 255) = 28.05%

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

 BLUE value IS 221 (86.72% from 255) = 33.69%

R = 28.05%
G = 38.26%
B = 33.69%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.12

 K value IS 0.02

RGB Variations

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

Color information

#B8FBDD (or 0xB8FBDD) is known color: Magic Mint. HEX triplet: B8, FB and DD. RGB value is (184,251,221). Sum of RGB (Red+Green+Blue) = 184+251+221=656 (86% of max value = 765). Red value is 184 (72.27% from 255 or 28.05% from 656); Green value is 251 (98.44% from 255 or 38.26% from 656); Blue value is 221 (86.72% from 255 or 33.69% from 656); Max value from RGB is 251 - color contains mainly: green. Hex color #B8FBDD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B8FBDD is #470422. Grayscale: #E3E3E3. Windows color (decimal): -4654115 or 14547896. OLE color: 14547896.

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

Color convert

RGB 184 251 221 -
CMYK 0.27 0 0.12 0.02
HSL 153.13º 0.89% 0.85% -
HSV(B) 153.13º 0.27% 0.98% -
XYZ 67.32 84.41 81.15 -
YUV 227.55 124.3 96.94 -
System Red Green Blue C M Y K H S L
Decimal 184 251 221 0.27 0 0.12 0.02 153.13 0.89 0.85
Hex B8 FB DD 1B 0 C 2 99 59 55
Octal 270 373 335 33 0 14 2 231 131 125
Binary 10111000 11111011 11011101 11011 0 1100 10 10011001 1011001 1010101

Color Harmonies of #B8FBDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8FBDD

Black with #B8FBDD

Text Example


Text Example

White with #B8FBDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8FBDD; }

 p { color: rgb(184,251,221); }

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

background-color css

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

 a { background-color: rgb(184,251,221); }

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

border-color css

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

 span { border-color: rgb(184,251,221); }

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