#B3A0CD

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

Shades of Biloba Flower #B3A0CD

Tints of Biloba Flower #B3A0CD

Color information

#B3A0CD (or 0xB3A0CD) is unknown color: approx Biloba Flower. HEX triplet: B3, A0 and CD. RGB value is (179,160,205). Sum of RGB (Red+Green+Blue) = 179+160+205=544 (72% of max value = 765). Red value is 179 (70.31% from 255 or 32.90% from 544); Green value is 160 (62.89% from 255 or 29.41% from 544); Blue value is 205 (80.47% from 255 or 37.68% from 544); Max value from RGB is 205 - color contains mainly: blue. Hex color #B3A0CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B3A0CD is #4C5F32. Grayscale: #AAAAAA. Windows color (decimal): -5005107 or 13476019. OLE color: 13476019.

HSL color Cylindrical-coordinate representation of color #B3A0CD: hue angle of 265.33º degrees, saturation: 0.31, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B3A0CD is Cyan = 0.13, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB179160205-
CMYK0.130.2200.20
HSL265.33º31.03%71.57%-
HSV(B)265.33º21.95%80.39%-
XYZ42.1839.1363.09-
YUV170.81147.29133.84-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 32.90%
GREEN value IS 160 (62.89% from 255) = 29.41%
BLUE value IS 205 (80.47% from 255) = 37.68%
R=32.90%
G=29.41%
B=37.68%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1791602050.130.2200.20265.3331.0371.57
HexB3A0CDD160141091f48
Octal263240315152602441137110
Binary101100111010000011001101110110110010100100001001111111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3A0CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3A0CD; }

 p { color: rgb(179,160,205); }

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

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

 a { background-color: rgb(179,160,205); }

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

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

 span { border-color: rgb(179,160,205); }

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