#B5A8CB

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

Shades of Biloba Flower #B5A8CB

Tints of Biloba Flower #B5A8CB

Color information

#B5A8CB (or 0xB5A8CB) is unknown color: approx Biloba Flower. HEX triplet: B5, A8 and CB. RGB value is (181,168,203). Sum of RGB (Red+Green+Blue) = 181+168+203=552 (73% of max value = 765). Red value is 181 (71.09% from 255 or 32.79% from 552); Green value is 168 (66.02% from 255 or 30.43% from 552); Blue value is 203 (79.69% from 255 or 36.78% from 552); Max value from RGB is 203 - color contains mainly: blue. Hex color #B5A8CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B5A8CB is #4A5734. Grayscale: #AFAFAF. Windows color (decimal): -4871989 or 13346997. OLE color: 13346997.

HSL color Cylindrical-coordinate representation of color #B5A8CB: hue angle of 262.29º degrees, saturation: 0.25, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #B5A8CB is Cyan = 0.11, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB181168203-
CMYK0.110.1700.20
HSL262.29º25.18%72.75%-
HSV(B)262.29º17.24%79.61%-
XYZ43.8442.1462.32-
YUV175.88143.31131.65-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 32.79%
GREEN value IS 168 (66.02% from 255) = 30.43%
BLUE value IS 203 (79.69% from 255) = 36.78%
R=32.79%
G=30.43%
B=36.78%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1811682030.110.1700.20262.2925.1872.75
HexB5A8CBB110141061949
Octal265250313132102440631111
Binary101101011010100011001011101110001010100100000110110011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5A8CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5A8CB; }

 p { color: rgb(181,168,203); }

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

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

 a { background-color: rgb(181,168,203); }

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

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

 span { border-color: rgb(181,168,203); }

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