Html Css Color HEX #B5FBDC Magic Mint

📋 copy color: '#B5FBDC'

red 181 ◦ green 251 ◦ blue 220

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

Shades of Magic Mint #B5FBDC

Tints of Magic Mint #B5FBDC

RGB

 RED value IS 181 (71.09% from 255) = 27.76%

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

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

R = 27.76%
G = 38.5%
B = 33.74%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.12

 K value IS 0.02

RGB Variations

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

Color information

#B5FBDC (or 0xB5FBDC) is known color: Magic Mint. HEX triplet: B5, FB and DC. RGB value is (181,251,220). Sum of RGB (Red+Green+Blue) = 181+251+220=652 (86% of max value = 765). Red value is 181 (71.09% from 255 or 27.76% from 652); Green value is 251 (98.44% from 255 or 38.50% from 652); Blue value is 220 (86.33% from 255 or 33.74% from 652); Max value from RGB is 251 - color contains mainly: green. Hex color #B5FBDC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B5FBDC is #4A0423. Grayscale: #E2E2E2. Windows color (decimal): -4850724 or 14482357. OLE color: 14482357.

HSL color Cylindrical-coordinate representation of color #B5FBDC: hue angle of 153.43º 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 #B5FBDC is Cyan = 0.28, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.02.

Color convert

RGB 181 251 220 -
CMYK 0.28 0 0.12 0.02
HSL 153.43º 0.9% 0.85% -
HSV(B) 153.43º 0.28% 0.98% -
XYZ 66.47 83.99 80.42 -
YUV 226.54 124.31 95.52 -
System Red Green Blue C M Y K H S L
Decimal 181 251 220 0.28 0 0.12 0.02 153.43 0.9 0.85
Hex B5 FB DC 1C 0 C 2 99 5A 55
Octal 265 373 334 34 0 14 2 231 132 125
Binary 10110101 11111011 11011100 11100 0 1100 10 10011001 1011010 1010101

Color Harmonies of #B5FBDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5FBDC

Black with #B5FBDC

Text Example


Text Example

White with #B5FBDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5FBDC; }

 p { color: rgb(181,251,220); }

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

background-color css

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

 a { background-color: rgb(181,251,220); }

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

border-color css

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

 span { border-color: rgb(181,251,220); }

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