#B0A4FF

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

Shades of Perano #B0A4FF

Tints of Perano #B0A4FF

Color information

#B0A4FF (or 0xB0A4FF) is unknown color: approx Perano. HEX triplet: B0, A4 and FF. RGB value is (176,164,255). Sum of RGB (Red+Green+Blue) = 176+164+255=595 (78% of max value = 765). Red value is 176 (69.14% from 255 or 29.58% from 595); Green value is 164 (64.45% from 255 or 27.56% from 595); Blue value is 255 (100% from 255 or 42.86% from 595); Max value from RGB is 255 - color contains mainly: blue. Hex color #B0A4FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B0A4FF is #4F5B00. Grayscale: #B1B1B1. Windows color (decimal): -5200641 or 16753840. OLE color: 16753840.

HSL color Cylindrical-coordinate representation of color #B0A4FF: hue angle of 247.91º degrees, saturation: 1, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #B0A4FF is Cyan = 0.31, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB176164255-
CMYK0.310.3600
HSL247.91º100%82.16%-
HSV(B)247.91º35.69%100%-
XYZ49.2343100.31-
YUV177.96171.48126.6-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 29.58%
GREEN value IS 164 (64.45% from 255) = 27.56%
BLUE value IS 255 (100% from 255) = 42.86%
R=29.58%
G=27.56%
B=42.86%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1761642550.310.3600247.9110082.16
HexB0A4FF1F2400f86452
Octal260244377374400370144122
Binary10110000101001001111111111111100100001111100011001001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0A4FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0A4FF; }

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

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

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

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

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

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

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

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