#B0A1D7

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

Shades of Biloba Flower #B0A1D7

Tints of Biloba Flower #B0A1D7

Color information

#B0A1D7 (or 0xB0A1D7) is unknown color: approx Biloba Flower. HEX triplet: B0, A1 and D7. RGB value is (176,161,215). Sum of RGB (Red+Green+Blue) = 176+161+215=552 (73% of max value = 765). Red value is 176 (69.14% from 255 or 31.88% from 552); Green value is 161 (63.28% from 255 or 29.17% from 552); Blue value is 215 (84.38% from 255 or 38.95% from 552); Max value from RGB is 215 - color contains mainly: blue. Hex color #B0A1D7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B0A1D7 is #4F5E28. Grayscale: #ABABAB. Windows color (decimal): -5201449 or 14131632. OLE color: 14131632.

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

Color convert

RGB176161215-
CMYK0.180.2500.16
HSL256.67º40.3%73.73%-
HSV(B)256.67º25.12%84.31%-
XYZ42.9239.6369.68-
YUV171.64152.47131.11-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 31.88%
GREEN value IS 161 (63.28% from 255) = 29.17%
BLUE value IS 215 (84.38% from 255) = 38.95%
R=31.88%
G=29.17%
B=38.95%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1761612150.180.2500.16256.6740.373.73
HexB0A1D71219010101284a
Octal260241327223102040150112
Binary10110000101000011101011110010110010100001000000011010001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0A1D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0A1D7; }

 p { color: rgb(176,161,215); }

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

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

 a { background-color: rgb(176,161,215); }

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

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

 span { border-color: rgb(176,161,215); }

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