#B7A4CF

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

Shades of Biloba Flower #B7A4CF

Tints of Biloba Flower #B7A4CF

Color information

#B7A4CF (or 0xB7A4CF) is unknown color: approx Biloba Flower. HEX triplet: B7, A4 and CF. RGB value is (183,164,207). Sum of RGB (Red+Green+Blue) = 183+164+207=554 (73% of max value = 765). Red value is 183 (71.88% from 255 or 33.03% from 554); Green value is 164 (64.45% from 255 or 29.60% from 554); Blue value is 207 (81.25% from 255 or 37.36% from 554); Max value from RGB is 207 - color contains mainly: blue. Hex color #B7A4CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B7A4CF is #485B30. Grayscale: #AEAEAE. Windows color (decimal): -4741937 or 13608119. OLE color: 13608119.

HSL color Cylindrical-coordinate representation of color #B7A4CF: hue angle of 266.51º degrees, saturation: 0.31, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #B7A4CF is Cyan = 0.12, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB183164207-
CMYK0.120.2100.19
HSL266.51º30.94%72.75%-
HSV(B)266.51º20.77%81.18%-
XYZ44.0741.1264.65-
YUV174.58146.29134-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 33.03%
GREEN value IS 164 (64.45% from 255) = 29.60%
BLUE value IS 207 (81.25% from 255) = 37.36%
R=33.03%
G=29.60%
B=37.36%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1831642070.120.2100.19266.5130.9472.75
HexB7A4CFC1501310b1f49
Octal267244317142502341337111
Binary101101111010010011001111110010101010011100001011111111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7A4CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7A4CF; }

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

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

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

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

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

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

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

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