Html Css Color HEX #B9FCDB Magic Mint

📋 copy color: '#B9FCDB'

red 185 ◦ green 252 ◦ blue 219

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

Shades of Magic Mint #B9FCDB

Tints of Magic Mint #B9FCDB

RGB

 RED value IS 185 (72.66% from 255) = 28.2%

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

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

R = 28.2%
G = 38.41%
B = 33.38%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.13

 K value IS 0.01

RGB Variations

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

Color information

#B9FCDB (or 0xB9FCDB) is known color: Magic Mint. HEX triplet: B9, FC and DB. RGB value is (185,252,219). Sum of RGB (Red+Green+Blue) = 185+252+219=656 (86% of max value = 765). Red value is 185 (72.66% from 255 or 28.20% from 656); Green value is 252 (98.83% from 255 or 38.41% from 656); Blue value is 219 (85.94% from 255 or 33.38% from 656); Max value from RGB is 252 - color contains mainly: green. Hex color #B9FCDB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B9FCDB is #460324. Grayscale: #E4E4E4. Windows color (decimal): -4588325 or 14417081. OLE color: 14417081.

HSL color Cylindrical-coordinate representation of color #B9FCDB: hue angle of 150.45º degrees, saturation: 0.92, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B9FCDB is Cyan = 0.27, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.01.

Color convert

RGB 185 252 219 -
CMYK 0.27 0 0.13 0.01
HSL 150.45º 0.92% 0.86% -
HSV(B) 150.45º 0.27% 0.99% -
XYZ 67.6 85.05 79.87 -
YUV 228.21 122.8 97.18 -
System Red Green Blue C M Y K H S L
Decimal 185 252 219 0.27 0 0.13 0.01 150.45 0.92 0.86
Hex B9 FC DB 1B 0 D 1 96 5C 56
Octal 271 374 333 33 0 15 1 226 134 126
Binary 10111001 11111100 11011011 11011 0 1101 1 10010110 1011100 1010110

Color Harmonies of #B9FCDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9FCDB

Black with #B9FCDB

Text Example


Text Example

White with #B9FCDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9FCDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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