#B5A9C5

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

Shades of Biloba Flower #B5A9C5

Tints of Biloba Flower #B5A9C5

Color information

#B5A9C5 (or 0xB5A9C5) is unknown color: approx Biloba Flower. HEX triplet: B5, A9 and C5. RGB value is (181,169,197). Sum of RGB (Red+Green+Blue) = 181+169+197=547 (72% of max value = 765). Red value is 181 (71.09% from 255 or 33.09% from 547); Green value is 169 (66.41% from 255 or 30.90% from 547); Blue value is 197 (77.34% from 255 or 36.01% from 547); Max value from RGB is 197 - color contains mainly: blue. Hex color #B5A9C5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B5A9C5 is #4A563A. Grayscale: #AFAFAF. Windows color (decimal): -4871739 or 12954037. OLE color: 12954037.

HSL color Cylindrical-coordinate representation of color #B5A9C5: hue angle of 265.71º degrees, saturation: 0.19, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #B5A9C5 is Cyan = 0.08, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB181169197-
CMYK0.080.1400.23
HSL265.71º19.44%71.76%-
HSV(B)265.71º14.21%77.25%-
XYZ43.3242.2358.69-
YUV175.78139.98131.72-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 33.09%
GREEN value IS 169 (66.41% from 255) = 30.90%
BLUE value IS 197 (77.34% from 255) = 36.01%
R=33.09%
G=30.90%
B=36.01%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1811691970.080.1400.23265.7119.4471.76
HexB5A9C58E01710a1348
Octal265251305101602741223110
Binary10110101101010011100010110001110010111100001010100111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5A9C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5A9C5; }

 p { color: rgb(181,169,197); }

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

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

 a { background-color: rgb(181,169,197); }

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

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

 span { border-color: rgb(181,169,197); }

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