#B0A4FB

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

Shades of Perano #B0A4FB

Tints of Perano #B0A4FB

Color information

#B0A4FB (or 0xB0A4FB) is unknown color: approx Perano. HEX triplet: B0, A4 and FB. RGB value is (176,164,251). Sum of RGB (Red+Green+Blue) = 176+164+251=591 (78% of max value = 765). Red value is 176 (69.14% from 255 or 29.78% from 591); Green value is 164 (64.45% from 255 or 27.75% from 591); Blue value is 251 (98.44% from 255 or 42.47% from 591); Max value from RGB is 251 - color contains mainly: blue. Hex color #B0A4FB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B0A4FB is #4F5B04. Grayscale: #B1B1B1. Windows color (decimal): -5200645 or 16491696. OLE color: 16491696.

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

Color convert

RGB176164251-
CMYK0.300.3500.02
HSL248.28º91.58%81.37%-
HSV(B)248.28º34.66%98.43%-
XYZ48.5942.7596.96-
YUV177.51169.48126.93-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 29.78%
GREEN value IS 164 (64.45% from 255) = 27.75%
BLUE value IS 251 (98.44% from 255) = 42.47%
R=29.78%
G=27.75%
B=42.47%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1761642510.300.3500.02248.2891.5881.37
HexB0A4FB1E2302f85c51
Octal260244373364302370134121
Binary101100001010010011111011111101000110101111100010111001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0A4FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0A4FB; }

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

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

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

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

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

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

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

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