#B0A0D2

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

Shades of Biloba Flower #B0A0D2

Tints of Biloba Flower #B0A0D2

Color information

#B0A0D2 (or 0xB0A0D2) is unknown color: approx Biloba Flower. HEX triplet: B0, A0 and D2. RGB value is (176,160,210). Sum of RGB (Red+Green+Blue) = 176+160+210=546 (72% of max value = 765). Red value is 176 (69.14% from 255 or 32.23% from 546); Green value is 160 (62.89% from 255 or 29.30% from 546); Blue value is 210 (82.42% from 255 or 38.46% from 546); Max value from RGB is 210 - color contains mainly: blue. Hex color #B0A0D2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B0A0D2 is #4F5F2D. Grayscale: #AAAAAA. Windows color (decimal): -5201710 or 13803696. OLE color: 13803696.

HSL color Cylindrical-coordinate representation of color #B0A0D2: hue angle of 259.2º degrees, saturation: 0.36, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B0A0D2 is Cyan = 0.16, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB176160210-
CMYK0.160.2400.18
HSL259.2º35.71%72.55%-
HSV(B)259.2º23.81%82.35%-
XYZ42.1139.0266.29-
YUV170.48150.3131.93-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 32.23%
GREEN value IS 160 (62.89% from 255) = 29.30%
BLUE value IS 210 (82.42% from 255) = 38.46%
R=32.23%
G=29.30%
B=38.46%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1761602100.160.2400.18259.235.7172.55
HexB0A0D210180121032449
Octal260240322203002240344111
Binary10110000101000001101001010000110000100101000000111001001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0A0D2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0A0D2; }

 p { color: rgb(176,160,210); }

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

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

 a { background-color: rgb(176,160,210); }

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

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

 span { border-color: rgb(176,160,210); }

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