#B0A8CA

Color #B0A8CA Biloba Flower (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Biloba Flower #B0A8CA

Tints of Biloba Flower #B0A8CA

Color information

#B0A8CA (or 0xB0A8CA) is unknown color: approx Biloba Flower. HEX triplet: B0, A8 and CA. RGB value is (176,168,202). Sum of RGB (Red+Green+Blue) = 176+168+202=546 (72% of max value = 765). Red value is 176 (69.14% from 255 or 32.23% from 546); Green value is 168 (66.02% from 255 or 30.77% from 546); Blue value is 202 (79.30% from 255 or 37.00% from 546); Max value from RGB is 202 - color contains mainly: blue. Hex color #B0A8CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B0A8CA is #4F5735. Grayscale: #AEAEAE. Windows color (decimal): -5199670 or 13281456. OLE color: 13281456.

HSL color Cylindrical-coordinate representation of color #B0A8CA: hue angle of 254.12º degrees, saturation: 0.24, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #B0A8CA is Cyan = 0.13, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB176168202-
CMYK0.130.1700.21
HSL254.12º24.29%72.55%-
HSV(B)254.12º16.83%79.22%-
XYZ42.5741.561.64-
YUV174.27143.65129.24-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 176 (69.14% from 255) = 32.23%
GREEN value IS 168 (66.02% from 255) = 30.77%
BLUE value IS 202 (79.30% from 255) = 37.00%
R=32.23%
G=30.77%
B=37.00%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1761682020.130.1700.21254.1224.2972.55
HexB0A8CAD11015fe1849
Octal260250312152102537630111
Binary10110000101010001100101011011000101010111111110110001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0A8CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0A8CA; }

 p { color: rgb(176,168,202); }

 H1.HeaderClassName
 {
   color: #B0A8CA;
 }
 .AnyTagClassName
 {
   color: #B0A8CA;
 }
</style>
background-color css

<style>
 a { background-color: #B0A8CA; }

 a { background-color: rgb(176,168,202); }

 div.DivClassName
 {
   background-color: #B0A8CA;
 }
 .BgClassName
 {
   background-color: #B0A8CA;
 }
</style>
border-color css

<style>
 span { border-color: #B0A8CA; }

 span { border-color: rgb(176,168,202); }

 td.TdClassName
 {
   border-color: #B0A8CA;
 }
 .TagClassName
 {
   border-color: #B0A8CA;
 }
</style>