#b8a0ce

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

Shades of Biloba Flower #B8A0CE

Tints of Biloba Flower #B8A0CE

Color information

#B8A0CE (or 0xB8A0CE) is unknown color: approx Biloba Flower. HEX triplet: B8, A0 and CE. RGB value is (184,160,206). Sum of RGB (Red+Green+Blue) = 184+160+206=550 (72% of max value = 765). Red value is 184 (72.27% from 255 or 33.45% from 550); Green value is 160 (62.89% from 255 or 29.09% from 550); Blue value is 206 (80.86% from 255 or 37.45% from 550); Max value from RGB is 206 - color contains mainly: blue. Hex color #B8A0CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B8A0CE is #475F31. Grayscale: #ACACAC. Windows color (decimal): -4677426 or 13541560. OLE color: 13541560.

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

Color convert

RGB184160206-
CMYK0.110.2200.19
HSL271.3º31.94%71.76%-
HSV(B)271.3º22.33%80.78%-
XYZ43.4839.7963.78-
YUV172.42146.95136.26-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 33.45%
GREEN value IS 160 (62.89% from 255) = 29.09%
BLUE value IS 206 (80.86% from 255) = 37.45%
R=33.45%
G=29.09%
B=37.45%

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
Decimal1841602060.110.2200.19271.331.9471.76
HexB8A0CEB1601310f2048
Octal270240316132602341740110
Binary1011100010100000110011101011101100100111000011111000001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b8a0ce

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b8a0ce; }

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

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

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

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

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

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

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

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