#B3A1CE

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

Shades of Biloba Flower #B3A1CE

Tints of Biloba Flower #B3A1CE

Color information

#B3A1CE (or 0xB3A1CE) is unknown color: approx Biloba Flower. HEX triplet: B3, A1 and CE. RGB value is (179,161,206). Sum of RGB (Red+Green+Blue) = 179+161+206=546 (72% of max value = 765). Red value is 179 (70.31% from 255 or 32.78% from 546); Green value is 161 (63.28% from 255 or 29.49% from 546); Blue value is 206 (80.86% from 255 or 37.73% from 546); Max value from RGB is 206 - color contains mainly: blue. Hex color #B3A1CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B3A1CE is #4C5E31. Grayscale: #ABABAB. Windows color (decimal): -5004850 or 13541811. OLE color: 13541811.

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

Color convert

RGB179161206-
CMYK0.130.2200.19
HSL264º31.47%71.96%-
HSV(B)264º21.84%80.78%-
XYZ42.4839.5363.78-
YUV171.51147.46133.34-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 32.78%
GREEN value IS 161 (63.28% from 255) = 29.49%
BLUE value IS 206 (80.86% from 255) = 37.73%
R=32.78%
G=29.49%
B=37.73%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1791612060.130.2200.1926431.4771.96
HexB3A1CED160131081f48
Octal263241316152602341037110
Binary101100111010000111001110110110110010011100001000111111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3A1CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3A1CE; }

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

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

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

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

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

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

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

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