#B4A1CE

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

Shades of Biloba Flower #B4A1CE

Tints of Biloba Flower #B4A1CE

Color information

#B4A1CE (or 0xB4A1CE) is unknown color: approx Biloba Flower. HEX triplet: B4, A1 and CE. RGB value is (180,161,206). Sum of RGB (Red+Green+Blue) = 180+161+206=547 (72% of max value = 765). Red value is 180 (70.70% from 255 or 32.91% from 547); Green value is 161 (63.28% from 255 or 29.43% from 547); Blue value is 206 (80.86% from 255 or 37.66% from 547); Max value from RGB is 206 - color contains mainly: blue. Hex color #B4A1CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B4A1CE is #4B5E31. Grayscale: #ABABAB. Windows color (decimal): -4939314 or 13541812. OLE color: 13541812.

HSL color Cylindrical-coordinate representation of color #B4A1CE: hue angle of 265.33º degrees, saturation: 0.31, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B4A1CE is Cyan = 0.13, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB180161206-
CMYK0.130.2200.19
HSL265.33º31.47%71.96%-
HSV(B)265.33º21.84%80.78%-
XYZ42.7139.6563.79-
YUV171.81147.29133.84-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 32.91%
GREEN value IS 161 (63.28% from 255) = 29.43%
BLUE value IS 206 (80.86% from 255) = 37.66%
R=32.91%
G=29.43%
B=37.66%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1801612060.130.2200.19265.3331.4771.96
HexB4A1CED160131091f48
Octal264241316152602341137110
Binary101101001010000111001110110110110010011100001001111111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4A1CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4A1CE; }

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

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

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

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

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

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

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

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