#B4A9CE

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

Shades of Biloba Flower #B4A9CE

Tints of Biloba Flower #B4A9CE

Color information

#B4A9CE (or 0xB4A9CE) is unknown color: approx Biloba Flower. HEX triplet: B4, A9 and CE. RGB value is (180,169,206). Sum of RGB (Red+Green+Blue) = 180+169+206=555 (73% of max value = 765). Red value is 180 (70.70% from 255 or 32.43% from 555); Green value is 169 (66.41% from 255 or 30.45% from 555); Blue value is 206 (80.86% from 255 or 37.12% from 555); Max value from RGB is 206 - color contains mainly: blue. Hex color #B4A9CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B4A9CE is #4B5631. Grayscale: #B0B0B0. Windows color (decimal): -4937266 or 13543860. OLE color: 13543860.

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

Color convert

RGB180169206-
CMYK0.130.1800.19
HSL257.84º27.41%73.53%-
HSV(B)257.84º17.96%80.78%-
XYZ44.1542.5464.28-
YUV176.51144.64130.49-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 32.43%
GREEN value IS 169 (66.41% from 255) = 30.45%
BLUE value IS 206 (80.86% from 255) = 37.12%
R=32.43%
G=30.45%
B=37.12%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1801692060.130.1800.19257.8427.4173.53
HexB4A9CED120131021b4a
Octal264251316152202340233112
Binary101101001010100111001110110110010010011100000010110111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4A9CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4A9CE; }

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

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

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

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

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

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

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

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