#B1A2CE

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

Shades of Biloba Flower #B1A2CE

Tints of Biloba Flower #B1A2CE

Color information

#B1A2CE (or 0xB1A2CE) is unknown color: approx Biloba Flower. HEX triplet: B1, A2 and CE. RGB value is (177,162,206). Sum of RGB (Red+Green+Blue) = 177+162+206=545 (72% of max value = 765). Red value is 177 (69.53% from 255 or 32.48% from 545); Green value is 162 (63.67% from 255 or 29.72% from 545); Blue value is 206 (80.86% from 255 or 37.80% from 545); Max value from RGB is 206 - color contains mainly: blue. Hex color #B1A2CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B1A2CE is #4E5D31. Grayscale: #ABABAB. Windows color (decimal): -5135666 or 13542065. OLE color: 13542065.

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

Color convert

RGB177162206-
CMYK0.140.2100.19
HSL260.45º30.99%72.16%-
HSV(B)260.45º21.36%80.78%-
XYZ42.1939.6463.82-
YUV171.5147.47131.92-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 32.48%
GREEN value IS 162 (63.67% from 255) = 29.72%
BLUE value IS 206 (80.86% from 255) = 37.80%
R=32.48%
G=29.72%
B=37.80%

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
Decimal1771622060.140.2100.19260.4530.9972.16
HexB1A2CEE150131041f48
Octal261242316162502340437110
Binary101100011010001011001110111010101010011100000100111111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1A2CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1A2CE; }

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

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

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

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

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

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

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

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