#B5A7C9

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

Shades of Biloba Flower #B5A7C9

Tints of Biloba Flower #B5A7C9

Color information

#B5A7C9 (or 0xB5A7C9) is unknown color: approx Biloba Flower. HEX triplet: B5, A7 and C9. RGB value is (181,167,201). Sum of RGB (Red+Green+Blue) = 181+167+201=549 (72% of max value = 765). Red value is 181 (71.09% from 255 or 32.97% from 549); Green value is 167 (65.62% from 255 or 30.42% from 549); Blue value is 201 (78.91% from 255 or 36.61% from 549); Max value from RGB is 201 - color contains mainly: blue. Hex color #B5A7C9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B5A7C9 is #4A5836. Grayscale: #AEAEAE. Windows color (decimal): -4872247 or 13215669. OLE color: 13215669.

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

Color convert

RGB181167201-
CMYK0.100.1700.21
HSL264.71º23.94%72.16%-
HSV(B)264.71º16.92%78.82%-
XYZ43.4241.6861.01-
YUV175.06142.64132.24-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 32.97%
GREEN value IS 167 (65.62% from 255) = 30.42%
BLUE value IS 201 (78.91% from 255) = 36.61%
R=32.97%
G=30.42%
B=36.61%

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
Decimal1811672010.100.1700.21264.7123.9472.16
HexB5A7C9A110151091848
Octal265247311122102541130110
Binary101101011010011111001001101010001010101100001001110001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5A7C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5A7C9; }

 p { color: rgb(181,167,201); }

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

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

 a { background-color: rgb(181,167,201); }

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

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

 span { border-color: rgb(181,167,201); }

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