#B4A4CF

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

Shades of Biloba Flower #B4A4CF

Tints of Biloba Flower #B4A4CF

Color information

#B4A4CF (or 0xB4A4CF) is unknown color: approx Biloba Flower. HEX triplet: B4, A4 and CF. RGB value is (180,164,207). Sum of RGB (Red+Green+Blue) = 180+164+207=551 (72% of max value = 765). Red value is 180 (70.70% from 255 or 32.67% from 551); Green value is 164 (64.45% from 255 or 29.76% from 551); Blue value is 207 (81.25% from 255 or 37.57% from 551); Max value from RGB is 207 - color contains mainly: blue. Hex color #B4A4CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B4A4CF is #4B5B30. Grayscale: #ADADAD. Windows color (decimal): -4938545 or 13608116. OLE color: 13608116.

HSL color Cylindrical-coordinate representation of color #B4A4CF: hue angle of 262.33º degrees, saturation: 0.31, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #B4A4CF is Cyan = 0.13, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB180164207-
CMYK0.130.2100.19
HSL262.33º30.94%72.75%-
HSV(B)262.33º20.77%81.18%-
XYZ43.3640.7664.61-
YUV173.69146.8132.5-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 32.67%
GREEN value IS 164 (64.45% from 255) = 29.76%
BLUE value IS 207 (81.25% from 255) = 37.57%
R=32.67%
G=29.76%
B=37.57%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1801642070.130.2100.19262.3330.9472.75
HexB4A4CFD150131061f49
Octal264244317152502340637111
Binary101101001010010011001111110110101010011100000110111111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4A4CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4A4CF; }

 p { color: rgb(180,164,207); }

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

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

 a { background-color: rgb(180,164,207); }

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

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

 span { border-color: rgb(180,164,207); }

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