Shades of Biloba Flower #B2A1CC
Tints of Biloba Flower #B2A1CC
RGB
CMYK
RGB Variations
Color information
#B2A1CC (or 0xB2A1CC) is known color: Biloba Flower. HEX triplet: B2, A1 and CC. RGB value is (178,161,204). Sum of RGB (Red+Green+Blue) = 178+161+204=543 (71% of max value = 765). Red value is 178 (69.92% from 255 or 32.78% from 543); Green value is 161 (63.28% from 255 or 29.65% from 543); Blue value is 204 (80.08% from 255 or 37.57% from 543); Max value from RGB is 204 - color contains mainly: blue. Hex color #B2A1CC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B2A1CC is #4D5E33. Grayscale: #AAAAAA. Windows color (decimal): -5070388 or 13410738. OLE color: 13410738.
HSL color Cylindrical-coordinate representation of color #B2A1CC: hue angle of 263.72º degrees, saturation: 0.3, 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 #B2A1CC is Cyan = 0.13, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 178 | 161 | 204 | - |
| CMYK | 0.13 | 0.21 | 0 | 0.2 |
| HSL | 263.72º | 0.3% | 0.72% | - |
| HSV(B) | 263.72º | 0.21% | 0.8% | - |
| XYZ | 42 | 39.31 | 62.5 | - |
| YUV | 170.99 | 146.63 | 133 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 161 | 204 | 0.13 | 0.21 | 0 | 0.2 | 263.72 | 0.3 | 0.72 |
| Hex | B2 | A1 | CC | D | 15 | 0 | 14 | 108 | 1E | 48 |
| Octal | 262 | 241 | 314 | 15 | 25 | 0 | 24 | 410 | 36 | 110 |
| Binary | 10110010 | 10100001 | 11001100 | 1101 | 10101 | 0 | 10100 | 100001000 | 11110 | 1001000 |
Color Harmonies of #B2A1CC
Complementary color
Monochromatic Colors of #B2A1CC
Black with #B2A1CC
Text Example
Text Example
White with #B2A1CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2A1CC; }
p { color: rgb(178,161,204); }
H1.HeaderClassName
{
color: #B2A1CC;
}
.AnyTagClassName
{
color: #B2A1CC;
}
</style>
background-color css
<style>
a { background-color: #B2A1CC; }
a { background-color: rgb(178,161,204); }
div.DivClassName
{
background-color: #B2A1CC;
}
.BgClassName
{
background-color: #B2A1CC;
}
</style>
border-color css
<style>
span { border-color: #B2A1CC; }
span { border-color: rgb(178,161,204); }
td.TdClassName
{
border-color: #B2A1CC;
}
.TagClassName
{
border-color: #B2A1CC;
}
</style>