#B0A3FE

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

Shades of Perano #B0A3FE

Tints of Perano #B0A3FE

Color information

#B0A3FE (or 0xB0A3FE) is unknown color: approx Perano. HEX triplet: B0, A3 and FE. RGB value is (176,163,254). Sum of RGB (Red+Green+Blue) = 176+163+254=593 (78% of max value = 765). Red value is 176 (69.14% from 255 or 29.68% from 593); Green value is 163 (64.06% from 255 or 27.49% from 593); Blue value is 254 (99.61% from 255 or 42.83% from 593); Max value from RGB is 254 - color contains mainly: blue. Hex color #B0A3FE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B0A3FE is #4F5C01. Grayscale: #B0B0B0. Windows color (decimal): -5200898 or 16688048. OLE color: 16688048.

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

Color convert

RGB176163254-
CMYK0.310.3600.00
HSL248.57º97.85%81.76%-
HSV(B)248.57º35.83%99.61%-
XYZ48.8942.5899.41-
YUV177.26171.31127.1-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 29.68%
GREEN value IS 163 (64.06% from 255) = 27.49%
BLUE value IS 254 (99.61% from 255) = 42.83%
R=29.68%
G=27.49%
B=42.83%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1761632540.310.3600.00248.5797.8581.76
HexB0A3FE1F2400f96252
Octal260243376374400371142122
Binary10110000101000111111111011111100100001111100111000101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0A3FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0A3FE; }

 p { color: rgb(176,163,254); }

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

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

 a { background-color: rgb(176,163,254); }

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

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

 span { border-color: rgb(176,163,254); }

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