#B2A1CE

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

Shades of Biloba Flower #B2A1CE

Tints of Biloba Flower #B2A1CE

Color information

#B2A1CE (or 0xB2A1CE) is unknown color: approx Biloba Flower. HEX triplet: B2, A1 and CE. RGB value is (178,161,206). Sum of RGB (Red+Green+Blue) = 178+161+206=545 (72% of max value = 765). Red value is 178 (69.92% from 255 or 32.66% from 545); Green value is 161 (63.28% from 255 or 29.54% 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 #B2A1CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B2A1CE is #4D5E31. Grayscale: #ABABAB. Windows color (decimal): -5070386 or 13541810. OLE color: 13541810.

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

Color convert

RGB178161206-
CMYK0.140.2200.19
HSL262.67º31.47%71.96%-
HSV(B)262.67º21.84%80.78%-
XYZ42.2539.4163.77-
YUV171.21147.63132.84-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 32.66%
GREEN value IS 161 (63.28% from 255) = 29.54%
BLUE value IS 206 (80.86% from 255) = 37.80%
R=32.66%
G=29.54%
B=37.80%

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
Decimal1781612060.140.2200.19262.6731.4771.96
HexB2A1CEE160131071f48
Octal262241316162602340737110
Binary101100101010000111001110111010110010011100000111111111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2A1CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2A1CE; }

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

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

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

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

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

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

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

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