#B1A1CE

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

Shades of Biloba Flower #B1A1CE

Tints of Biloba Flower #B1A1CE

Color information

#B1A1CE (or 0xB1A1CE) is unknown color: approx Biloba Flower. HEX triplet: B1, A1 and CE. RGB value is (177,161,206). Sum of RGB (Red+Green+Blue) = 177+161+206=544 (72% of max value = 765). Red value is 177 (69.53% from 255 or 32.54% from 544); Green value is 161 (63.28% from 255 or 29.60% from 544); Blue value is 206 (80.86% from 255 or 37.87% from 544); Max value from RGB is 206 - color contains mainly: blue. Hex color #B1A1CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B1A1CE is #4E5E31. Grayscale: #AAAAAA. Windows color (decimal): -5135922 or 13541809. OLE color: 13541809.

HSL color Cylindrical-coordinate representation of color #B1A1CE: hue angle of 261.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 #B1A1CE is Cyan = 0.14, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB177161206-
CMYK0.140.2200.19
HSL261.33º31.47%71.96%-
HSV(B)261.33º21.84%80.78%-
XYZ42.0239.2963.76-
YUV170.91147.8132.34-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 32.54%
GREEN value IS 161 (63.28% from 255) = 29.60%
BLUE value IS 206 (80.86% from 255) = 37.87%
R=32.54%
G=29.60%
B=37.87%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1771612060.140.2200.19261.3331.4771.96
HexB1A1CEE160131051f48
Octal261241316162602340537110
Binary101100011010000111001110111010110010011100000101111111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1A1CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1A1CE; }

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

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

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

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

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

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

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

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