#B2A0DC

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

Shades of Biloba Flower #B2A0DC

Tints of Biloba Flower #B2A0DC

Color information

#B2A0DC (or 0xB2A0DC) is unknown color: approx Biloba Flower. HEX triplet: B2, A0 and DC. RGB value is (178,160,220). Sum of RGB (Red+Green+Blue) = 178+160+220=558 (73% of max value = 765). Red value is 178 (69.92% from 255 or 31.90% from 558); Green value is 160 (62.89% from 255 or 28.67% from 558); Blue value is 220 (86.33% from 255 or 39.43% from 558); Max value from RGB is 220 - color contains mainly: blue. Hex color #B2A0DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B2A0DC is #4D5F23. Grayscale: #ABABAB. Windows color (decimal): -5070628 or 14459058. OLE color: 14459058.

HSL color Cylindrical-coordinate representation of color #B2A0DC: hue angle of 258º 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 #B2A0DC is Cyan = 0.19, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB178160220-
CMYK0.190.2700.14
HSL258º46.15%74.51%-
HSV(B)258º27.27%86.27%-
XYZ43.8539.7773.08-
YUV172.22154.96132.12-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 31.90%
GREEN value IS 160 (62.89% from 255) = 28.67%
BLUE value IS 220 (86.33% from 255) = 39.43%
R=31.90%
G=28.67%
B=39.43%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1781602200.190.2700.1425846.1574.51
HexB2A0DC131B0E1022e4b
Octal262240334233301640256113
Binary1011001010100000110111001001111011011101000000101011101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2A0DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2A0DC; }

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

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

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

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

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

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

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

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