#B5A8CA

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

Shades of Biloba Flower #B5A8CA

Tints of Biloba Flower #B5A8CA

Color information

#B5A8CA (or 0xB5A8CA) is unknown color: approx Biloba Flower. HEX triplet: B5, A8 and CA. RGB value is (181,168,202). Sum of RGB (Red+Green+Blue) = 181+168+202=551 (72% of max value = 765). Red value is 181 (71.09% from 255 or 32.85% from 551); Green value is 168 (66.02% from 255 or 30.49% from 551); Blue value is 202 (79.30% from 255 or 36.66% from 551); Max value from RGB is 202 - color contains mainly: blue. Hex color #B5A8CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B5A8CA is #4A5735. Grayscale: #AFAFAF. Windows color (decimal): -4871990 or 13281461. OLE color: 13281461.

HSL color Cylindrical-coordinate representation of color #B5A8CA: hue angle of 262.94º 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 #B5A8CA is Cyan = 0.10, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB181168202-
CMYK0.100.1700.21
HSL262.94º24.29%72.55%-
HSV(B)262.94º16.83%79.22%-
XYZ43.7242.0961.7-
YUV175.76142.81131.74-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 32.85%
GREEN value IS 168 (66.02% from 255) = 30.49%
BLUE value IS 202 (79.30% from 255) = 36.66%
R=32.85%
G=30.49%
B=36.66%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1811682020.100.1700.21262.9424.2972.55
HexB5A8CAA110151071849
Octal265250312122102540730111
Binary101101011010100011001010101010001010101100000111110001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5A8CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5A8CA; }

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

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

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

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

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

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

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

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