#B2ABC1

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

Shades of Biloba Flower #B2ABC1

Tints of Biloba Flower #B2ABC1

Color information

#B2ABC1 (or 0xB2ABC1) is unknown color: approx Biloba Flower. HEX triplet: B2, AB and C1. RGB value is (178,171,193). Sum of RGB (Red+Green+Blue) = 178+171+193=542 (71% of max value = 765). Red value is 178 (69.92% from 255 or 32.84% from 542); Green value is 171 (67.19% from 255 or 31.55% from 542); Blue value is 193 (75.78% from 255 or 35.61% from 542); Max value from RGB is 193 - color contains mainly: blue. Hex color #B2ABC1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B2ABC1 is #4D543E. Grayscale: #AFAFAF. Windows color (decimal): -5067839 or 12692402. OLE color: 12692402.

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

Color convert

RGB178171193-
CMYK0.080.1100.24
HSL259.09º15.07%71.37%-
HSV(B)259.09º11.4%75.69%-
XYZ42.5542.4456.4-
YUV175.6137.82129.71-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 32.84%
GREEN value IS 171 (67.19% from 255) = 31.55%
BLUE value IS 193 (75.78% from 255) = 35.61%
R=32.84%
G=31.55%
B=35.61%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1781711930.080.1100.24259.0915.0771.37
HexB2ABC18B018103f47
Octal262253301101303040317107
Binary1011001010101011110000011000101101100010000001111111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2ABC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2ABC1; }

 p { color: rgb(178,171,193); }

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

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

 a { background-color: rgb(178,171,193); }

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

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

 span { border-color: rgb(178,171,193); }

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