#B7A0CC

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

Shades of Biloba Flower #B7A0CC

Tints of Biloba Flower #B7A0CC

Color information

#B7A0CC (or 0xB7A0CC) is unknown color: approx Biloba Flower. HEX triplet: B7, A0 and CC. RGB value is (183,160,204). Sum of RGB (Red+Green+Blue) = 183+160+204=547 (72% of max value = 765). Red value is 183 (71.88% from 255 or 33.46% from 547); Green value is 160 (62.89% from 255 or 29.25% from 547); Blue value is 204 (80.08% from 255 or 37.29% from 547); Max value from RGB is 204 - color contains mainly: blue. Hex color #B7A0CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B7A0CC is #485F33. Grayscale: #ABABAB. Windows color (decimal): -4742964 or 13410487. OLE color: 13410487.

HSL color Cylindrical-coordinate representation of color #B7A0CC: hue angle of 271.36º degrees, saturation: 0.3, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B7A0CC is Cyan = 0.10, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB183160204-
CMYK0.100.2200.2
HSL271.36º30.14%71.37%-
HSV(B)271.36º21.57%80%-
XYZ4339.5762.5-
YUV171.89146.12135.92-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 33.46%
GREEN value IS 160 (62.89% from 255) = 29.25%
BLUE value IS 204 (80.08% from 255) = 37.29%
R=33.46%
G=29.25%
B=37.29%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1831602040.100.2200.2271.3630.1471.37
HexB7A0CCA1601410f1e47
Octal267240314122602441736107
Binary101101111010000011001100101010110010100100001111111101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7A0CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7A0CC; }

 p { color: rgb(183,160,204); }

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

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

 a { background-color: rgb(183,160,204); }

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

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

 span { border-color: rgb(183,160,204); }

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