#B3ABC2

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

Shades of Biloba Flower #B3ABC2

Tints of Biloba Flower #B3ABC2

Color information

#B3ABC2 (or 0xB3ABC2) is unknown color: approx Biloba Flower. HEX triplet: B3, AB and C2. RGB value is (179,171,194). Sum of RGB (Red+Green+Blue) = 179+171+194=544 (72% of max value = 765). Red value is 179 (70.31% from 255 or 32.90% from 544); Green value is 171 (67.19% from 255 or 31.43% from 544); Blue value is 194 (76.17% from 255 or 35.66% from 544); Max value from RGB is 194 - color contains mainly: blue. Hex color #B3ABC2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B3ABC2 is #4C543D. Grayscale: #AFAFAF. Windows color (decimal): -5002302 or 12757939. OLE color: 12757939.

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

Color convert

RGB179171194-
CMYK0.080.1200.24
HSL260.87º15.86%71.57%-
HSV(B)260.87º11.86%76.08%-
XYZ42.8942.657-
YUV176.01138.15130.13-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 32.90%
GREEN value IS 171 (67.19% from 255) = 31.43%
BLUE value IS 194 (76.17% from 255) = 35.66%
R=32.90%
G=31.43%
B=35.66%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1791711940.080.1200.24260.8715.8671.57
HexB3ABC28C0181051048
Octal263253302101403040520110
Binary10110011101010111100001010001100011000100000101100001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3ABC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3ABC2; }

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

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

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

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

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

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

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

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