#B1A0CA

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

Shades of Biloba Flower #B1A0CA

Tints of Biloba Flower #B1A0CA

Color information

#B1A0CA (or 0xB1A0CA) is unknown color: approx Biloba Flower. HEX triplet: B1, A0 and CA. RGB value is (177,160,202). Sum of RGB (Red+Green+Blue) = 177+160+202=539 (71% of max value = 765). Red value is 177 (69.53% from 255 or 32.84% from 539); Green value is 160 (62.89% from 255 or 29.68% from 539); Blue value is 202 (79.30% from 255 or 37.48% from 539); Max value from RGB is 202 - color contains mainly: blue. Hex color #B1A0CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B1A0CA is #4E5F35. Grayscale: #A9A9A9. Windows color (decimal): -5136182 or 13279409. OLE color: 13279409.

HSL color Cylindrical-coordinate representation of color #B1A0CA: hue angle of 264.29º degrees, saturation: 0.28, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #B1A0CA is Cyan = 0.12, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB177160202-
CMYK0.120.2100.21
HSL264.29º28.38%70.98%-
HSV(B)264.29º20.79%79.22%-
XYZ41.3638.7561.18-
YUV169.87146.13133.08-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 32.84%
GREEN value IS 160 (62.89% from 255) = 29.68%
BLUE value IS 202 (79.30% from 255) = 37.48%
R=32.84%
G=29.68%
B=37.48%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1771602020.120.2100.21264.2928.3870.98
HexB1A0CAC150151081c47
Octal261240312142502541034107
Binary101100011010000011001010110010101010101100001000111001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1A0CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1A0CA; }

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

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

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

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

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

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

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

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