Shades of Fringy Flower #B5FABD
Tints of Fringy Flower #B5FABD
RGB
CMYK
RGB Variations
Color information
#B5FABD (or 0xB5FABD) is known color: Fringy Flower. HEX triplet: B5, FA and BD. RGB value is (181,250,189). Sum of RGB (Red+Green+Blue) = 181+250+189=620 (82% of max value = 765). Red value is 181 (71.09% from 255 or 29.19% from 620); Green value is 250 (98.05% from 255 or 40.32% from 620); Blue value is 189 (74.22% from 255 or 30.48% from 620); Max value from RGB is 250 - color contains mainly: green. Hex color #B5FABD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B5FABD is #4A0542. Grayscale: #DEDEDE. Windows color (decimal): -4851011 or 12450485. OLE color: 12450485.
HSL color Cylindrical-coordinate representation of color #B5FABD: hue angle of 126.96º degrees, saturation: 0.87, 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 #B5FABD is Cyan = 0.28, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.02.
Color convert
RGB | 181 | 250 | 189 | - |
CMYK | 0.28 | 0 | 0.24 | 0.02 |
HSL | 126.96º | 0.87% | 0.85% | - |
HSV(B) | 126.96º | 0.28% | 0.98% | - |
XYZ | 62.43 | 81.87 | 60.66 | - |
YUV | 222.42 | 109.14 | 98.46 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 181 | 250 | 189 | 0.28 | 0 | 0.24 | 0.02 | 126.96 | 0.87 | 0.85 |
Hex | B5 | FA | BD | 1C | 0 | 18 | 2 | 7F | 57 | 55 |
Octal | 265 | 372 | 275 | 34 | 0 | 30 | 2 | 177 | 127 | 125 |
Binary | 10110101 | 11111010 | 10111101 | 11100 | 0 | 11000 | 10 | 1111111 | 1010111 | 1010101 |
Color Harmonies of #B5FABD
Complementary color
Monochromatic Colors of #B5FABD
Black with #B5FABD
Text Example
Text Example
White with #B5FABD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5FABD; }
p { color: rgb(181,250,189); }
H1.HeaderClassName
{
color: #B5FABD;
}
.AnyTagClassName
{
color: #B5FABD;
}
</style>
background-color css
<style>
a { background-color: #B5FABD; }
a { background-color: rgb(181,250,189); }
div.DivClassName
{
background-color: #B5FABD;
}
.BgClassName
{
background-color: #B5FABD;
}
</style>
border-color css
<style>
span { border-color: #B5FABD; }
span { border-color: rgb(181,250,189); }
td.TdClassName
{
border-color: #B5FABD;
}
.TagClassName
{
border-color: #B5FABD;
}
</style>