#B3AACB

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

Shades of Biloba Flower #B3AACB

Tints of Biloba Flower #B3AACB

Color information

#B3AACB (or 0xB3AACB) is unknown color: approx Biloba Flower. HEX triplet: B3, AA and CB. RGB value is (179,170,203). Sum of RGB (Red+Green+Blue) = 179+170+203=552 (73% of max value = 765). Red value is 179 (70.31% from 255 or 32.43% from 552); Green value is 170 (66.80% from 255 or 30.80% from 552); Blue value is 203 (79.69% from 255 or 36.78% from 552); Max value from RGB is 203 - color contains mainly: blue. Hex color #B3AACB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B3AACB is #4C5534. Grayscale: #B0B0B0. Windows color (decimal): -5002549 or 13347507. OLE color: 13347507.

HSL color Cylindrical-coordinate representation of color #B3AACB: hue angle of 256.36º degrees, saturation: 0.24, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #B3AACB is Cyan = 0.12, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB179170203-
CMYK0.120.1600.20
HSL256.36º24.09%73.14%-
HSV(B)256.36º16.26%79.61%-
XYZ43.7442.6462.43-
YUV176.45142.98129.82-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 32.43%
GREEN value IS 170 (66.80% from 255) = 30.80%
BLUE value IS 203 (79.69% from 255) = 36.78%
R=32.43%
G=30.80%
B=36.78%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1791702030.120.1600.20256.3624.0973.14
HexB3AACBC100141001849
Octal263252313142002440030111
Binary101100111010101011001011110010000010100100000000110001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3AACB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3AACB; }

 p { color: rgb(179,170,203); }

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

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

 a { background-color: rgb(179,170,203); }

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

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

 span { border-color: rgb(179,170,203); }

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