#B4A4CE

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

Shades of Biloba Flower #B4A4CE

Tints of Biloba Flower #B4A4CE

Color information

#B4A4CE (or 0xB4A4CE) is unknown color: approx Biloba Flower. HEX triplet: B4, A4 and CE. RGB value is (180,164,206). Sum of RGB (Red+Green+Blue) = 180+164+206=550 (72% of max value = 765). Red value is 180 (70.70% from 255 or 32.73% from 550); Green value is 164 (64.45% from 255 or 29.82% from 550); Blue value is 206 (80.86% from 255 or 37.45% from 550); Max value from RGB is 206 - color contains mainly: blue. Hex color #B4A4CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B4A4CE is #4B5B31. Grayscale: #ADADAD. Windows color (decimal): -4938546 or 13542580. OLE color: 13542580.

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

Color convert

RGB180164206-
CMYK0.130.2000.19
HSL262.86º30%72.55%-
HSV(B)262.86º20.39%80.78%-
XYZ43.2440.7163.97-
YUV173.57146.3132.58-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 32.73%
GREEN value IS 164 (64.45% from 255) = 29.82%
BLUE value IS 206 (80.86% from 255) = 37.45%
R=32.73%
G=29.82%
B=37.45%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1801642060.130.2000.19262.863072.55
HexB4A4CED140131071e49
Octal264244316152402340736111
Binary101101001010010011001110110110100010011100000111111101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4A4CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4A4CE; }

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

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

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

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

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

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

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

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