#B3ABC4

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

Shades of Biloba Flower #B3ABC4

Tints of Biloba Flower #B3ABC4

Color information

#B3ABC4 (or 0xB3ABC4) is unknown color: approx Biloba Flower. HEX triplet: B3, AB and C4. RGB value is (179,171,196). Sum of RGB (Red+Green+Blue) = 179+171+196=546 (72% of max value = 765). Red value is 179 (70.31% from 255 or 32.78% from 546); Green value is 171 (67.19% from 255 or 31.32% from 546); Blue value is 196 (76.95% from 255 or 35.90% from 546); Max value from RGB is 196 - color contains mainly: blue. Hex color #B3ABC4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B3ABC4 is #4C543B. Grayscale: #B0B0B0. Windows color (decimal): -5002300 or 12889011. OLE color: 12889011.

HSL color Cylindrical-coordinate representation of color #B3ABC4: hue angle of 259.2º degrees, saturation: 0.17, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #B3ABC4 is Cyan = 0.09, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB179171196-
CMYK0.090.1300.23
HSL259.2º17.48%71.96%-
HSV(B)259.2º12.76%76.86%-
XYZ43.1242.758.19-
YUV176.24139.15129.97-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 32.78%
GREEN value IS 171 (67.19% from 255) = 31.32%
BLUE value IS 196 (76.95% from 255) = 35.90%
R=32.78%
G=31.32%
B=35.90%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1791711960.090.1300.23259.217.4871.96
HexB3ABC49D0171031148
Octal263253304111502740321110
Binary10110011101010111100010010011101010111100000011100011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3ABC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3ABC4; }

 p { color: rgb(179,171,196); }

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

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

 a { background-color: rgb(179,171,196); }

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

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

 span { border-color: rgb(179,171,196); }

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