Html Css Color HEX #B9FDDC Magic Mint

📋 copy color: '#B9FDDC'

red 185 ◦ green 253 ◦ blue 220

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

Shades of Magic Mint #B9FDDC

Tints of Magic Mint #B9FDDC

RGB

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

 GREEN value IS 253 (99.22% from 255) = 38.45%

 BLUE value IS 220 (86.33% from 255) = 33.43%

R = 28.12%
G = 38.45%
B = 33.43%

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

#B9FDDC (or 0xB9FDDC) is known color: Magic Mint. HEX triplet: B9, FD and DC. RGB value is (185,253,220). Sum of RGB (Red+Green+Blue) = 185+253+220=658 (87% of max value = 765). Red value is 185 (72.66% from 255 or 28.12% from 658); Green value is 253 (99.22% from 255 or 38.45% from 658); Blue value is 220 (86.33% from 255 or 33.43% from 658); Max value from RGB is 253 - color contains mainly: green. Hex color #B9FDDC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B9FDDC is #460223. Grayscale: #E4E4E4. Windows color (decimal): -4588068 or 14482873. OLE color: 14482873.

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

Color convert

RGB 185 253 220 -
CMYK 0.27 0 0.13 0.01
HSL 150.88º 0.94% 0.86% -
HSV(B) 150.88º 0.27% 0.99% -
XYZ 68.05 85.73 80.67 -
YUV 228.91 122.97 96.68 -
System Red Green Blue C M Y K H S L
Decimal 185 253 220 0.27 0 0.13 0.01 150.88 0.94 0.86
Hex B9 FD DC 1B 0 D 1 97 5E 56
Octal 271 375 334 33 0 15 1 227 136 126
Binary 10111001 11111101 11011100 11011 0 1101 1 10010111 1011110 1010110

Color Harmonies of #B9FDDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9FDDC

Black with #B9FDDC

Text Example


Text Example

White with #B9FDDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9FDDC; }

 p { color: rgb(185,253,220); }

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

background-color css

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

 a { background-color: rgb(185,253,220); }

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

border-color css

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

 span { border-color: rgb(185,253,220); }

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