#B7A0D6

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

Shades of Biloba Flower #B7A0D6

Tints of Biloba Flower #B7A0D6

Color information

#B7A0D6 (or 0xB7A0D6) is unknown color: approx Biloba Flower. HEX triplet: B7, A0 and D6. RGB value is (183,160,214). Sum of RGB (Red+Green+Blue) = 183+160+214=557 (73% of max value = 765). Red value is 183 (71.88% from 255 or 32.85% from 557); Green value is 160 (62.89% from 255 or 28.73% from 557); Blue value is 214 (83.98% from 255 or 38.42% from 557); Max value from RGB is 214 - color contains mainly: blue. Hex color #B7A0D6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B7A0D6 is #485F29. Grayscale: #ACACAC. Windows color (decimal): -4742954 or 14065847. OLE color: 14065847.

HSL color Cylindrical-coordinate representation of color #B7A0D6: hue angle of 265.56º degrees, saturation: 0.4, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B7A0D6 is Cyan = 0.14, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB183160214-
CMYK0.140.2500.16
HSL265.56º39.71%73.33%-
HSV(B)265.56º25.23%83.92%-
XYZ44.2440.0669.02-
YUV173.03151.12135.11-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 32.85%
GREEN value IS 160 (62.89% from 255) = 28.73%
BLUE value IS 214 (83.98% from 255) = 38.42%
R=32.85%
G=28.73%
B=38.42%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1831602140.140.2500.16265.5639.7173.33
HexB7A0D6E1901010a2849
Octal267240326163102041250111
Binary1011011110100000110101101110110010100001000010101010001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7A0D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7A0D6; }

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

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

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

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

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

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

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

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