Shades of Fringy Flower #BBEBC3
Tints of Fringy Flower #BBEBC3
RGB
CMYK
RGB Variations
Color information
#BBEBC3 (or 0xBBEBC3) is known color: Fringy Flower. HEX triplet: BB, EB and C3. RGB value is (187,235,195). Sum of RGB (Red+Green+Blue) = 187+235+195=617 (81% of max value = 765). Red value is 187 (73.44% from 255 or 30.31% from 617); Green value is 235 (92.19% from 255 or 38.09% from 617); Blue value is 195 (76.56% from 255 or 31.60% from 617); Max value from RGB is 235 - color contains mainly: green. Hex color #BBEBC3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BBEBC3 is #44143C. Grayscale: #D8D8D8. Windows color (decimal): -4461629 or 12839867. OLE color: 12839867.
HSL color Cylindrical-coordinate representation of color #BBEBC3: hue angle of 130º degrees, saturation: 0.55, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BBEBC3 is Cyan = 0.20, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 187 | 235 | 195 | - |
| CMYK | 0.20 | 0 | 0.17 | 0.08 |
| HSL | 130º | 0.55% | 0.83% | - |
| HSV(B) | 130º | 0.2% | 0.92% | - |
| XYZ | 60.05 | 73.92 | 62.73 | - |
| YUV | 216.09 | 116.1 | 107.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 235 | 195 | 0.20 | 0 | 0.17 | 0.08 | 130 | 0.55 | 0.83 |
| Hex | BB | EB | C3 | 14 | 0 | 11 | 8 | 82 | 37 | 53 |
| Octal | 273 | 353 | 303 | 24 | 0 | 21 | 10 | 202 | 67 | 123 |
| Binary | 10111011 | 11101011 | 11000011 | 10100 | 0 | 10001 | 1000 | 10000010 | 110111 | 1010011 |
Color Harmonies of #BBEBC3
Complementary color
Monochromatic Colors of #BBEBC3
Black with #BBEBC3
Text Example
Text Example
White with #BBEBC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBEBC3; }
p { color: rgb(187,235,195); }
H1.HeaderClassName
{
color: #BBEBC3;
}
.AnyTagClassName
{
color: #BBEBC3;
}
</style>
background-color css
<style>
a { background-color: #BBEBC3; }
a { background-color: rgb(187,235,195); }
div.DivClassName
{
background-color: #BBEBC3;
}
.BgClassName
{
background-color: #BBEBC3;
}
</style>
border-color css
<style>
span { border-color: #BBEBC3; }
span { border-color: rgb(187,235,195); }
td.TdClassName
{
border-color: #BBEBC3;
}
.TagClassName
{
border-color: #BBEBC3;
}
</style>