#B4A9C5

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

Shades of Biloba Flower #B4A9C5

Tints of Biloba Flower #B4A9C5

Color information

#B4A9C5 (or 0xB4A9C5) is unknown color: approx Biloba Flower. HEX triplet: B4, A9 and C5. RGB value is (180,169,197). Sum of RGB (Red+Green+Blue) = 180+169+197=546 (72% of max value = 765). Red value is 180 (70.70% from 255 or 32.97% from 546); Green value is 169 (66.41% from 255 or 30.95% from 546); Blue value is 197 (77.34% from 255 or 36.08% from 546); Max value from RGB is 197 - color contains mainly: blue. Hex color #B4A9C5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B4A9C5 is #4B563A. Grayscale: #AFAFAF. Windows color (decimal): -4937275 or 12954036. OLE color: 12954036.

HSL color Cylindrical-coordinate representation of color #B4A9C5: hue angle of 263.57º 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 #B4A9C5 is Cyan = 0.09, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB180169197-
CMYK0.090.1400.23
HSL263.57º19.44%71.76%-
HSV(B)263.57º14.21%77.25%-
XYZ43.0942.1158.68-
YUV175.48140.14131.22-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 32.97%
GREEN value IS 169 (66.41% from 255) = 30.95%
BLUE value IS 197 (77.34% from 255) = 36.08%
R=32.97%
G=30.95%
B=36.08%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1801691970.090.1400.23263.5719.4471.76
HexB4A9C59E0171081348
Octal264251305111602741023110
Binary10110100101010011100010110011110010111100001000100111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4A9C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4A9C5; }

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

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

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

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

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

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

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

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