Shades of Fringy Flower #B6FFC1
Tints of Fringy Flower #B6FFC1
RGB
CMYK
RGB Variations
Color information
#B6FFC1 (or 0xB6FFC1) is known color: Fringy Flower. HEX triplet: B6, FF and C1. RGB value is (182,255,193). Sum of RGB (Red+Green+Blue) = 182+255+193=630 (83% of max value = 765). Red value is 182 (71.48% from 255 or 28.89% from 630); Green value is 255 (100% from 255 or 40.48% from 630); Blue value is 193 (75.78% from 255 or 30.63% from 630); Max value from RGB is 255 - color contains mainly: green. Hex color #B6FFC1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B6FFC1 is #49003E. Grayscale: #E2E2E2. Windows color (decimal): -4784191 or 12713910. OLE color: 12713910.
HSL color Cylindrical-coordinate representation of color #B6FFC1: hue angle of 129.04º degrees, saturation: 1, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B6FFC1 is Cyan = 0.29, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.
Color convert
RGB | 182 | 255 | 193 | - |
CMYK | 0.29 | 0 | 0.24 | 0 |
HSL | 129.04º | 1% | 0.86% | - |
HSV(B) | 129.04º | 0.29% | 1% | - |
XYZ | 64.68 | 85.32 | 63.51 | - |
YUV | 226.11 | 109.32 | 96.54 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 182 | 255 | 193 | 0.29 | 0 | 0.24 | 0 | 129.04 | 1 | 0.86 |
Hex | B6 | FF | C1 | 1D | 0 | 18 | 0 | 81 | 64 | 56 |
Octal | 266 | 377 | 301 | 35 | 0 | 30 | 0 | 201 | 144 | 126 |
Binary | 10110110 | 11111111 | 11000001 | 11101 | 0 | 11000 | 0 | 10000001 | 1100100 | 1010110 |
Color Harmonies of #B6FFC1
Complementary color
Monochromatic Colors of #B6FFC1
Black with #B6FFC1
Text Example
Text Example
White with #B6FFC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6FFC1; }
p { color: rgb(182,255,193); }
H1.HeaderClassName
{
color: #B6FFC1;
}
.AnyTagClassName
{
color: #B6FFC1;
}
</style>
background-color css
<style>
a { background-color: #B6FFC1; }
a { background-color: rgb(182,255,193); }
div.DivClassName
{
background-color: #B6FFC1;
}
.BgClassName
{
background-color: #B6FFC1;
}
</style>
border-color css
<style>
span { border-color: #B6FFC1; }
span { border-color: rgb(182,255,193); }
td.TdClassName
{
border-color: #B6FFC1;
}
.TagClassName
{
border-color: #B6FFC1;
}
</style>