#B4A5DC

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

Shades of Biloba Flower #B4A5DC

Tints of Biloba Flower #B4A5DC

Color information

#B4A5DC (or 0xB4A5DC) is unknown color: approx Biloba Flower. HEX triplet: B4, A5 and DC. RGB value is (180,165,220). Sum of RGB (Red+Green+Blue) = 180+165+220=565 (74% of max value = 765). Red value is 180 (70.70% from 255 or 31.86% from 565); Green value is 165 (64.84% from 255 or 29.20% from 565); Blue value is 220 (86.33% from 255 or 38.94% from 565); Max value from RGB is 220 - color contains mainly: blue. Hex color #B4A5DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B4A5DC is #4B5A23. Grayscale: #AFAFAF. Windows color (decimal): -4938276 or 14460340. OLE color: 14460340.

HSL color Cylindrical-coordinate representation of color #B4A5DC: hue angle of 256.36º degrees, saturation: 0.44, 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 #B4A5DC is Cyan = 0.18, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB180165220-
CMYK0.180.2500.14
HSL256.36º44%75.49%-
HSV(B)256.36º25%86.27%-
XYZ45.241.7873.39-
YUV175.76152.97131.03-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 31.86%
GREEN value IS 165 (64.84% from 255) = 29.20%
BLUE value IS 220 (86.33% from 255) = 38.94%
R=31.86%
G=29.20%
B=38.94%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1801652200.180.2500.14256.364475.49
HexB4A5DC12190E1002c4b
Octal264245334223101640054113
Binary1011010010100101110111001001011001011101000000001011001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4A5DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4A5DC; }

 p { color: rgb(180,165,220); }

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

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

 a { background-color: rgb(180,165,220); }

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

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

 span { border-color: rgb(180,165,220); }

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