#B0A7FF

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

Shades of Perano #B0A7FF

Tints of Perano #B0A7FF

Color information

#B0A7FF (or 0xB0A7FF) is unknown color: approx Perano. HEX triplet: B0, A7 and FF. RGB value is (176,167,255). Sum of RGB (Red+Green+Blue) = 176+167+255=598 (79% of max value = 765). Red value is 176 (69.14% from 255 or 29.43% from 598); Green value is 167 (65.62% from 255 or 27.93% from 598); Blue value is 255 (100% from 255 or 42.64% from 598); Max value from RGB is 255 - color contains mainly: blue. Hex color #B0A7FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B0A7FF is #4F5800. Grayscale: #B3B3B3. Windows color (decimal): -5199873 or 16754608. OLE color: 16754608.

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

Color convert

RGB176167255-
CMYK0.310.3500
HSL246.14º100%82.75%-
HSV(B)246.14º34.51%100%-
XYZ49.7744.09100.49-
YUV179.72170.48125.34-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 29.43%
GREEN value IS 167 (65.62% from 255) = 27.93%
BLUE value IS 255 (100% from 255) = 42.64%
R=29.43%
G=27.93%
B=42.64%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1761672550.310.3500246.1410082.75
HexB0A7FF1F2300f66453
Octal260247377374300366144123
Binary10110000101001111111111111111100011001111011011001001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0A7FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0A7FF; }

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

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

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

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

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

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

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

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