#B5A0CA

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

Shades of Biloba Flower #B5A0CA

Tints of Biloba Flower #B5A0CA

Color information

#B5A0CA (or 0xB5A0CA) is unknown color: approx Biloba Flower. HEX triplet: B5, A0 and CA. RGB value is (181,160,202). Sum of RGB (Red+Green+Blue) = 181+160+202=543 (71% of max value = 765). Red value is 181 (71.09% from 255 or 33.33% from 543); Green value is 160 (62.89% from 255 or 29.47% from 543); Blue value is 202 (79.30% from 255 or 37.20% from 543); Max value from RGB is 202 - color contains mainly: blue. Hex color #B5A0CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B5A0CA is #4A5F35. Grayscale: #AAAAAA. Windows color (decimal): -4874038 or 13279413. OLE color: 13279413.

HSL color Cylindrical-coordinate representation of color #B5A0CA: hue angle of 270º degrees, saturation: 0.28, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #B5A0CA is Cyan = 0.10, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB181160202-
CMYK0.100.2100.21
HSL270º28.38%70.98%-
HSV(B)270º20.79%79.22%-
XYZ42.2939.2361.22-
YUV171.07145.46135.08-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 33.33%
GREEN value IS 160 (62.89% from 255) = 29.47%
BLUE value IS 202 (79.30% from 255) = 37.20%
R=33.33%
G=29.47%
B=37.20%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1811602020.100.2100.2127028.3870.98
HexB5A0CAA1501510e1c47
Octal265240312122502541634107
Binary101101011010000011001010101010101010101100001110111001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5A0CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5A0CA; }

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

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

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

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

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

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

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

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