#B4A1C4

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

Shades of Biloba Flower #B4A1C4

Tints of Biloba Flower #B4A1C4

Color information

#B4A1C4 (or 0xB4A1C4) is unknown color: approx Biloba Flower. HEX triplet: B4, A1 and C4. RGB value is (180,161,196). Sum of RGB (Red+Green+Blue) = 180+161+196=537 (71% of max value = 765). Red value is 180 (70.70% from 255 or 33.52% from 537); Green value is 161 (63.28% from 255 or 29.98% from 537); Blue value is 196 (76.95% from 255 or 36.50% from 537); Max value from RGB is 196 - color contains mainly: blue. Hex color #B4A1C4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B4A1C4 is #4B5E3B. Grayscale: #AAAAAA. Windows color (decimal): -4939324 or 12886452. OLE color: 12886452.

HSL color Cylindrical-coordinate representation of color #B4A1C4: hue angle of 272.57º degrees, saturation: 0.23, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #B4A1C4 is Cyan = 0.08, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB180161196-
CMYK0.080.1800.23
HSL272.57º22.88%70%-
HSV(B)272.57º17.86%76.86%-
XYZ41.5339.1857.6-
YUV170.67142.29134.65-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 33.52%
GREEN value IS 161 (63.28% from 255) = 29.98%
BLUE value IS 196 (76.95% from 255) = 36.50%
R=33.52%
G=29.98%
B=36.50%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1801611960.080.1800.23272.5722.8870
HexB4A1C48120171111746
Octal264241304102202742127106
Binary101101001010000111000100100010010010111100010001101111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4A1C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4A1C4; }

 p { color: rgb(180,161,196); }

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

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

 a { background-color: rgb(180,161,196); }

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

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

 span { border-color: rgb(180,161,196); }

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