#B8A1CE

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

Shades of Biloba Flower #B8A1CE

Tints of Biloba Flower #B8A1CE

Color information

#B8A1CE (or 0xB8A1CE) is unknown color: approx Biloba Flower. HEX triplet: B8, A1 and CE. RGB value is (184,161,206). Sum of RGB (Red+Green+Blue) = 184+161+206=551 (72% of max value = 765). Red value is 184 (72.27% from 255 or 33.39% from 551); Green value is 161 (63.28% from 255 or 29.22% from 551); Blue value is 206 (80.86% from 255 or 37.39% from 551); Max value from RGB is 206 - color contains mainly: blue. Hex color #B8A1CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B8A1CE is #475E31. Grayscale: #ACACAC. Windows color (decimal): -4677170 or 13541816. OLE color: 13541816.

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

Color convert

RGB184161206-
CMYK0.110.2200.19
HSL270.67º31.47%71.96%-
HSV(B)270.67º21.84%80.78%-
XYZ43.6540.1463.84-
YUV173.01146.62135.84-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 33.39%
GREEN value IS 161 (63.28% from 255) = 29.22%
BLUE value IS 206 (80.86% from 255) = 37.39%
R=33.39%
G=29.22%
B=37.39%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1841612060.110.2200.19270.6731.4771.96
HexB8A1CEB1601310f1f48
Octal270241316132602341737110
Binary101110001010000111001110101110110010011100001111111111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8A1CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8A1CE; }

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

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

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

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

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

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

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

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