#B1A4DB

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

Shades of Biloba Flower #B1A4DB

Tints of Biloba Flower #B1A4DB

Color information

#B1A4DB (or 0xB1A4DB) is unknown color: approx Biloba Flower. HEX triplet: B1, A4 and DB. RGB value is (177,164,219). Sum of RGB (Red+Green+Blue) = 177+164+219=560 (74% of max value = 765). Red value is 177 (69.53% from 255 or 31.61% from 560); Green value is 164 (64.45% from 255 or 29.29% from 560); Blue value is 219 (85.94% from 255 or 39.11% from 560); Max value from RGB is 219 - color contains mainly: blue. Hex color #B1A4DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B1A4DB is #4E5B24. Grayscale: #ADADAD. Windows color (decimal): -5135141 or 14394545. OLE color: 14394545.

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

Color convert

RGB177164219-
CMYK0.190.2500.14
HSL254.18º43.31%75.1%-
HSV(B)254.18º25.11%85.88%-
XYZ44.1941.0172.6-
YUV174.16153.31130.03-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 31.61%
GREEN value IS 164 (64.45% from 255) = 29.29%
BLUE value IS 219 (85.94% from 255) = 39.11%
R=31.61%
G=29.29%
B=39.11%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1771642190.190.2500.14254.1843.3175.1
HexB1A4DB13190Efe2b4b
Octal261244333233101637653113
Binary101100011010010011011011100111100101110111111101010111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1A4DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1A4DB; }

 p { color: rgb(177,164,219); }

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

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

 a { background-color: rgb(177,164,219); }

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

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

 span { border-color: rgb(177,164,219); }

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