Shades of Biloba Flower #B4A8CF
Tints of Biloba Flower #B4A8CF
RGB
CMYK
RGB Variations
Color information
#B4A8CF (or 0xB4A8CF) is known color: Biloba Flower. HEX triplet: B4, A8 and CF. RGB value is (180,168,207). Sum of RGB (Red+Green+Blue) = 180+168+207=555 (73% of max value = 765). Red value is 180 (70.70% from 255 or 32.43% from 555); Green value is 168 (66.02% from 255 or 30.27% from 555); Blue value is 207 (81.25% from 255 or 37.30% from 555); Max value from RGB is 207 - color contains mainly: blue. Hex color #B4A8CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B4A8CF is #4B5730. Grayscale: #AFAFAF. Windows color (decimal): -4937521 or 13609140. OLE color: 13609140.
HSL color Cylindrical-coordinate representation of color #B4A8CF: hue angle of 258.46º degrees, saturation: 0.29, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #B4A8CF is Cyan = 0.13, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 180 | 168 | 207 | - |
| CMYK | 0.13 | 0.19 | 0 | 0.19 |
| HSL | 258.46º | 0.29% | 0.74% | - |
| HSV(B) | 258.46º | 0.19% | 0.81% | - |
| XYZ | 44.09 | 42.21 | 64.86 | - |
| YUV | 176.03 | 145.48 | 130.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 168 | 207 | 0.13 | 0.19 | 0 | 0.19 | 258.46 | 0.29 | 0.74 |
| Hex | B4 | A8 | CF | D | 13 | 0 | 13 | 102 | 1D | 4A |
| Octal | 264 | 250 | 317 | 15 | 23 | 0 | 23 | 402 | 35 | 112 |
| Binary | 10110100 | 10101000 | 11001111 | 1101 | 10011 | 0 | 10011 | 100000010 | 11101 | 1001010 |
Color Harmonies of #B4A8CF
Complementary color
Monochromatic Colors of #B4A8CF
Black with #B4A8CF
Text Example
Text Example
White with #B4A8CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4A8CF; }
p { color: rgb(180,168,207); }
H1.HeaderClassName
{
color: #B4A8CF;
}
.AnyTagClassName
{
color: #B4A8CF;
}
</style>
background-color css
<style>
a { background-color: #B4A8CF; }
a { background-color: rgb(180,168,207); }
div.DivClassName
{
background-color: #B4A8CF;
}
.BgClassName
{
background-color: #B4A8CF;
}
</style>
border-color css
<style>
span { border-color: #B4A8CF; }
span { border-color: rgb(180,168,207); }
td.TdClassName
{
border-color: #B4A8CF;
}
.TagClassName
{
border-color: #B4A8CF;
}
</style>