#B7A4CE

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

Shades of Biloba Flower #B7A4CE

Tints of Biloba Flower #B7A4CE

Color information

#B7A4CE (or 0xB7A4CE) is unknown color: approx Biloba Flower. HEX triplet: B7, A4 and CE. RGB value is (183,164,206). Sum of RGB (Red+Green+Blue) = 183+164+206=553 (73% of max value = 765). Red value is 183 (71.88% from 255 or 33.09% from 553); Green value is 164 (64.45% from 255 or 29.66% from 553); Blue value is 206 (80.86% from 255 or 37.25% from 553); Max value from RGB is 206 - color contains mainly: blue. Hex color #B7A4CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B7A4CE is #485B31. Grayscale: #AEAEAE. Windows color (decimal): -4741938 or 13542583. OLE color: 13542583.

HSL color Cylindrical-coordinate representation of color #B7A4CE: hue angle of 267.14º degrees, saturation: 0.3, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #B7A4CE is Cyan = 0.11, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB183164206-
CMYK0.110.2000.19
HSL267.14º30%72.55%-
HSV(B)267.14º20.39%80.78%-
XYZ43.9441.0764-
YUV174.47145.79134.08-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 33.09%
GREEN value IS 164 (64.45% from 255) = 29.66%
BLUE value IS 206 (80.86% from 255) = 37.25%
R=33.09%
G=29.66%
B=37.25%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1831642060.110.2000.19267.143072.55
HexB7A4CEB1401310b1e49
Octal267244316132402341336111
Binary101101111010010011001110101110100010011100001011111101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7A4CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7A4CE; }

 p { color: rgb(183,164,206); }

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

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

 a { background-color: rgb(183,164,206); }

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

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

 span { border-color: rgb(183,164,206); }

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