#B0A0DC

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

Shades of Biloba Flower #B0A0DC

Tints of Biloba Flower #B0A0DC

Color information

#B0A0DC (or 0xB0A0DC) is unknown color: approx Biloba Flower. HEX triplet: B0, A0 and DC. RGB value is (176,160,220). Sum of RGB (Red+Green+Blue) = 176+160+220=556 (73% of max value = 765). Red value is 176 (69.14% from 255 or 31.65% from 556); Green value is 160 (62.89% from 255 or 28.78% from 556); Blue value is 220 (86.33% from 255 or 39.57% from 556); Max value from RGB is 220 - color contains mainly: blue. Hex color #B0A0DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B0A0DC is #4F5F23. Grayscale: #ABABAB. Windows color (decimal): -5201700 or 14459056. OLE color: 14459056.

HSL color Cylindrical-coordinate representation of color #B0A0DC: hue angle of 256º degrees, saturation: 0.46, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B0A0DC is Cyan = 0.2, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB176160220-
CMYK0.20.2700.14
HSL256º46.15%74.51%-
HSV(B)256º27.27%86.27%-
XYZ43.3939.5473.05-
YUV171.62155.3131.12-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 31.65%
GREEN value IS 160 (62.89% from 255) = 28.78%
BLUE value IS 220 (86.33% from 255) = 39.57%
R=31.65%
G=28.78%
B=39.57%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1761602200.20.2700.1425646.1574.51
HexB0A0DC141B0E1002e4b
Octal260240334243301640056113
Binary1011000010100000110111001010011011011101000000001011101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0A0DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0A0DC; }

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

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

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

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

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

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

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

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