#B5A0CD

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

Shades of Biloba Flower #B5A0CD

Tints of Biloba Flower #B5A0CD

Color information

#B5A0CD (or 0xB5A0CD) is unknown color: approx Biloba Flower. HEX triplet: B5, A0 and CD. RGB value is (181,160,205). Sum of RGB (Red+Green+Blue) = 181+160+205=546 (72% of max value = 765). Red value is 181 (71.09% from 255 or 33.15% from 546); Green value is 160 (62.89% from 255 or 29.30% from 546); Blue value is 205 (80.47% from 255 or 37.55% from 546); Max value from RGB is 205 - color contains mainly: blue. Hex color #B5A0CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B5A0CD is #4A5F32. Grayscale: #ABABAB. Windows color (decimal): -4874035 or 13476021. OLE color: 13476021.

HSL color Cylindrical-coordinate representation of color #B5A0CD: hue angle of 268º 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 #B5A0CD is Cyan = 0.12, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB181160205-
CMYK0.120.2200.20
HSL268º31.03%71.57%-
HSV(B)268º21.95%80.39%-
XYZ42.6539.3763.11-
YUV171.41146.96134.84-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 33.15%
GREEN value IS 160 (62.89% from 255) = 29.30%
BLUE value IS 205 (80.47% from 255) = 37.55%
R=33.15%
G=29.30%
B=37.55%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1811602050.120.2200.2026831.0371.57
HexB5A0CDC1601410c1f48
Octal265240315142602441437110
Binary101101011010000011001101110010110010100100001100111111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5A0CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5A0CD; }

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

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

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

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

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

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

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

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