Shades of Biloba Flower #B5A2CC
Tints of Biloba Flower #B5A2CC
RGB
CMYK
RGB Variations
Color information
#B5A2CC (or 0xB5A2CC) is known color: Biloba Flower. HEX triplet: B5, A2 and CC. RGB value is (181,162,204). Sum of RGB (Red+Green+Blue) = 181+162+204=547 (72% of max value = 765). Red value is 181 (71.09% from 255 or 33.09% from 547); Green value is 162 (63.67% from 255 or 29.62% from 547); Blue value is 204 (80.08% from 255 or 37.29% from 547); Max value from RGB is 204 - color contains mainly: blue. Hex color #B5A2CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B5A2CC is #4A5D33. Grayscale: #ACACAC. Windows color (decimal): -4873524 or 13410997. OLE color: 13410997.
HSL color Cylindrical-coordinate representation of color #B5A2CC: hue angle of 267.14º degrees, saturation: 0.29, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #B5A2CC is Cyan = 0.11, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
RGB | 181 | 162 | 204 | - |
CMYK | 0.11 | 0.21 | 0 | 0.2 |
HSL | 267.14º | 0.29% | 0.72% | - |
HSV(B) | 267.14º | 0.21% | 0.8% | - |
XYZ | 42.88 | 40.02 | 62.59 | - |
YUV | 172.47 | 145.79 | 134.08 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 181 | 162 | 204 | 0.11 | 0.21 | 0 | 0.2 | 267.14 | 0.29 | 0.72 |
Hex | B5 | A2 | CC | B | 15 | 0 | 14 | 10B | 1D | 48 |
Octal | 265 | 242 | 314 | 13 | 25 | 0 | 24 | 413 | 35 | 110 |
Binary | 10110101 | 10100010 | 11001100 | 1011 | 10101 | 0 | 10100 | 100001011 | 11101 | 1001000 |
Color Harmonies of #B5A2CC
Complementary color
Monochromatic Colors of #B5A2CC
Black with #B5A2CC
Text Example
Text Example
White with #B5A2CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5A2CC; }
p { color: rgb(181,162,204); }
H1.HeaderClassName
{
color: #B5A2CC;
}
.AnyTagClassName
{
color: #B5A2CC;
}
</style>
background-color css
<style>
a { background-color: #B5A2CC; }
a { background-color: rgb(181,162,204); }
div.DivClassName
{
background-color: #B5A2CC;
}
.BgClassName
{
background-color: #B5A2CC;
}
</style>
border-color css
<style>
span { border-color: #B5A2CC; }
span { border-color: rgb(181,162,204); }
td.TdClassName
{
border-color: #B5A2CC;
}
.TagClassName
{
border-color: #B5A2CC;
}
</style>