#B1A4CF

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

Shades of Biloba Flower #B1A4CF

Tints of Biloba Flower #B1A4CF

Color information

#B1A4CF (or 0xB1A4CF) is unknown color: approx Biloba Flower. HEX triplet: B1, A4 and CF. RGB value is (177,164,207). Sum of RGB (Red+Green+Blue) = 177+164+207=548 (72% of max value = 765). Red value is 177 (69.53% from 255 or 32.30% from 548); Green value is 164 (64.45% from 255 or 29.93% from 548); Blue value is 207 (81.25% from 255 or 37.77% from 548); Max value from RGB is 207 - color contains mainly: blue. Hex color #B1A4CF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B1A4CF is #4E5B30. Grayscale: #ACACAC. Windows color (decimal): -5135153 or 13608113. OLE color: 13608113.

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

Color convert

RGB177164207-
CMYK0.140.2100.19
HSL258.14º30.94%72.75%-
HSV(B)258.14º20.77%81.18%-
XYZ42.6740.464.58-
YUV172.79147.31131-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 32.30%
GREEN value IS 164 (64.45% from 255) = 29.93%
BLUE value IS 207 (81.25% from 255) = 37.77%
R=32.30%
G=29.93%
B=37.77%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1771642070.140.2100.19258.1430.9472.75
HexB1A4CFE150131021f49
Octal261244317162502340237111
Binary101100011010010011001111111010101010011100000010111111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1A4CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1A4CF; }

 p { color: rgb(177,164,207); }

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

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

 a { background-color: rgb(177,164,207); }

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

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

 span { border-color: rgb(177,164,207); }

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