#B4AAC8

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

Shades of Biloba Flower #B4AAC8

Tints of Biloba Flower #B4AAC8

Color information

#B4AAC8 (or 0xB4AAC8) is unknown color: approx Biloba Flower. HEX triplet: B4, AA and C8. RGB value is (180,170,200). Sum of RGB (Red+Green+Blue) = 180+170+200=550 (72% of max value = 765). Red value is 180 (70.70% from 255 or 32.73% from 550); Green value is 170 (66.80% from 255 or 30.91% from 550); Blue value is 200 (78.52% from 255 or 36.36% from 550); Max value from RGB is 200 - color contains mainly: blue. Hex color #B4AAC8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B4AAC8 is #4B5537. Grayscale: #B0B0B0. Windows color (decimal): -4937016 or 13150900. OLE color: 13150900.

HSL color Cylindrical-coordinate representation of color #B4AAC8: hue angle of 260º degrees, saturation: 0.21, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #B4AAC8 is Cyan = 0.1, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB180170200-
CMYK0.10.1500.22
HSL260º21.43%72.55%-
HSV(B)260º15%78.43%-
XYZ43.6242.6260.57-
YUV176.41141.31130.56-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 32.73%
GREEN value IS 170 (66.80% from 255) = 30.91%
BLUE value IS 200 (78.52% from 255) = 36.36%
R=32.73%
G=30.91%
B=36.36%

CMYK

C (Cyan) values IS 0.1
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1801702000.10.1500.2226021.4372.55
HexB4AAC8AF0161041549
Octal264252310121702640425111
Binary10110100101010101100100010101111010110100000100101011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4AAC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4AAC8; }

 p { color: rgb(180,170,200); }

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

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

 a { background-color: rgb(180,170,200); }

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

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

 span { border-color: rgb(180,170,200); }

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