#B1A0CF

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

Shades of Biloba Flower #B1A0CF

Tints of Biloba Flower #B1A0CF

Color information

#B1A0CF (or 0xB1A0CF) is unknown color: approx Biloba Flower. HEX triplet: B1, A0 and CF. RGB value is (177,160,207). Sum of RGB (Red+Green+Blue) = 177+160+207=544 (72% of max value = 765). Red value is 177 (69.53% from 255 or 32.54% from 544); Green value is 160 (62.89% from 255 or 29.41% from 544); Blue value is 207 (81.25% from 255 or 38.05% from 544); Max value from RGB is 207 - color contains mainly: blue. Hex color #B1A0CF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B1A0CF is #4E5F30. Grayscale: #AAAAAA. Windows color (decimal): -5136177 or 13607089. OLE color: 13607089.

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

Color convert

RGB177160207-
CMYK0.140.2300.19
HSL261.7º32.87%71.96%-
HSV(B)261.7º22.71%81.18%-
XYZ41.9638.9964.35-
YUV170.44148.63132.68-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 32.54%
GREEN value IS 160 (62.89% from 255) = 29.41%
BLUE value IS 207 (81.25% from 255) = 38.05%
R=32.54%
G=29.41%
B=38.05%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1771602070.140.2300.19261.732.8771.96
HexB1A0CFE170131062148
Octal261240317162702340641110
Binary1011000110100000110011111110101110100111000001101000011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1A0CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1A0CF; }

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

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

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

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

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

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

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

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