#B0A4FA

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

Shades of Perano #B0A4FA

Tints of Perano #B0A4FA

Color information

#B0A4FA (or 0xB0A4FA) is unknown color: approx Perano. HEX triplet: B0, A4 and FA. RGB value is (176,164,250). Sum of RGB (Red+Green+Blue) = 176+164+250=590 (78% of max value = 765). Red value is 176 (69.14% from 255 or 29.83% from 590); Green value is 164 (64.45% from 255 or 27.80% from 590); Blue value is 250 (98.05% from 255 or 42.37% from 590); Max value from RGB is 250 - color contains mainly: blue. Hex color #B0A4FA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B0A4FA is #4F5B05. Grayscale: #B1B1B1. Windows color (decimal): -5200646 or 16426160. OLE color: 16426160.

HSL color Cylindrical-coordinate representation of color #B0A4FA: hue angle of 248.37º degrees, saturation: 0.9, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B0A4FA is Cyan = 0.30, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB176164250-
CMYK0.300.3400.02
HSL248.37º89.58%81.18%-
HSV(B)248.37º34.4%98.04%-
XYZ48.4442.6896.13-
YUV177.39168.98127.01-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 29.83%
GREEN value IS 164 (64.45% from 255) = 27.80%
BLUE value IS 250 (98.05% from 255) = 42.37%
R=29.83%
G=27.80%
B=42.37%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1761642500.300.3400.02248.3789.5881.18
HexB0A4FA1E2202f85a51
Octal260244372364202370132121
Binary101100001010010011111010111101000100101111100010110101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0A4FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0A4FA; }

 p { color: rgb(176,164,250); }

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

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

 a { background-color: rgb(176,164,250); }

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

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

 span { border-color: rgb(176,164,250); }

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