Shades of Biloba Flower #B0A8C2
Tints of Biloba Flower #B0A8C2
RGB
CMYK
RGB Variations
Color information
#B0A8C2 (or 0xB0A8C2) is known color: Biloba Flower. HEX triplet: B0, A8 and C2. RGB value is (176,168,194). Sum of RGB (Red+Green+Blue) = 176+168+194=538 (71% of max value = 765). Red value is 176 (69.14% from 255 or 32.71% from 538); Green value is 168 (66.02% from 255 or 31.23% from 538); Blue value is 194 (76.17% from 255 or 36.06% from 538); Max value from RGB is 194 - color contains mainly: blue. Hex color #B0A8C2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B0A8C2 is #4F573D. Grayscale: #ADADAD. Windows color (decimal): -5199678 or 12757168. OLE color: 12757168.
HSL color Cylindrical-coordinate representation of color #B0A8C2: hue angle of 258.46º degrees, saturation: 0.18, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #B0A8C2 is Cyan = 0.09, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
RGB | 176 | 168 | 194 | - |
CMYK | 0.09 | 0.13 | 0 | 0.24 |
HSL | 258.46º | 0.18% | 0.71% | - |
HSV(B) | 258.46º | 0.13% | 0.76% | - |
XYZ | 41.64 | 41.13 | 56.78 | - |
YUV | 173.36 | 139.65 | 129.89 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 176 | 168 | 194 | 0.09 | 0.13 | 0 | 0.24 | 258.46 | 0.18 | 0.71 |
Hex | B0 | A8 | C2 | 9 | D | 0 | 18 | 102 | 12 | 47 |
Octal | 260 | 250 | 302 | 11 | 15 | 0 | 30 | 402 | 22 | 107 |
Binary | 10110000 | 10101000 | 11000010 | 1001 | 1101 | 0 | 11000 | 100000010 | 10010 | 1000111 |
Color Harmonies of #B0A8C2
Complementary color
Monochromatic Colors of #B0A8C2
Black with #B0A8C2
Text Example
Text Example
White with #B0A8C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0A8C2; }
p { color: rgb(176,168,194); }
H1.HeaderClassName
{
color: #B0A8C2;
}
.AnyTagClassName
{
color: #B0A8C2;
}
</style>
background-color css
<style>
a { background-color: #B0A8C2; }
a { background-color: rgb(176,168,194); }
div.DivClassName
{
background-color: #B0A8C2;
}
.BgClassName
{
background-color: #B0A8C2;
}
</style>
border-color css
<style>
span { border-color: #B0A8C2; }
span { border-color: rgb(176,168,194); }
td.TdClassName
{
border-color: #B0A8C2;
}
.TagClassName
{
border-color: #B0A8C2;
}
</style>