#B0A1FF

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

Shades of Perano #B0A1FF

Tints of Perano #B0A1FF

Color information

#B0A1FF (or 0xB0A1FF) is unknown color: approx Perano. HEX triplet: B0, A1 and FF. RGB value is (176,161,255). Sum of RGB (Red+Green+Blue) = 176+161+255=592 (78% of max value = 765). Red value is 176 (69.14% from 255 or 29.73% from 592); Green value is 161 (63.28% from 255 or 27.20% from 592); Blue value is 255 (100% from 255 or 43.07% from 592); Max value from RGB is 255 - color contains mainly: blue. Hex color #B0A1FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B0A1FF is #4F5E00. Grayscale: #AFAFAF. Windows color (decimal): -5201409 or 16753072. OLE color: 16753072.

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

Color convert

RGB176161255-
CMYK0.310.3700
HSL249.57º100%81.57%-
HSV(B)249.57º36.86%100%-
XYZ48.741.94100.14-
YUV176.2172.47127.86-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 29.73%
GREEN value IS 161 (63.28% from 255) = 27.20%
BLUE value IS 255 (100% from 255) = 43.07%
R=29.73%
G=27.20%
B=43.07%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1761612550.310.3700249.5710081.57
HexB0A1FF1F2500fa6452
Octal260241377374500372144122
Binary10110000101000011111111111111100101001111101011001001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0A1FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0A1FF; }

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

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

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

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

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

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

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

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