#B0A6FF

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

Shades of Perano #B0A6FF

Tints of Perano #B0A6FF

Color information

#B0A6FF (or 0xB0A6FF) is unknown color: approx Perano. HEX triplet: B0, A6 and FF. RGB value is (176,166,255). Sum of RGB (Red+Green+Blue) = 176+166+255=597 (79% of max value = 765). Red value is 176 (69.14% from 255 or 29.48% from 597); Green value is 166 (65.23% from 255 or 27.81% from 597); Blue value is 255 (100% from 255 or 42.71% from 597); Max value from RGB is 255 - color contains mainly: blue. Hex color #B0A6FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B0A6FF is #4F5900. Grayscale: #B2B2B2. Windows color (decimal): -5200129 or 16754352. OLE color: 16754352.

HSL color Cylindrical-coordinate representation of color #B0A6FF: hue angle of 246.74º 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 #B0A6FF is Cyan = 0.31, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB176166255-
CMYK0.310.3500
HSL246.74º100%82.55%-
HSV(B)246.74º34.9%100%-
XYZ49.5943.72100.43-
YUV179.14170.81125.76-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 29.48%
GREEN value IS 166 (65.23% from 255) = 27.81%
BLUE value IS 255 (100% from 255) = 42.71%
R=29.48%
G=27.81%
B=42.71%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1761662550.310.3500246.7410082.55
HexB0A6FF1F2300f76453
Octal260246377374300367144123
Binary10110000101001101111111111111100011001111011111001001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0A6FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0A6FF; }

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

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

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

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

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

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

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

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