#B2A6FD

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

Shades of Perano #B2A6FD

Tints of Perano #B2A6FD

Color information

#B2A6FD (or 0xB2A6FD) is unknown color: approx Perano. HEX triplet: B2, A6 and FD. RGB value is (178,166,253). Sum of RGB (Red+Green+Blue) = 178+166+253=597 (79% of max value = 765). Red value is 178 (69.92% from 255 or 29.82% from 597); Green value is 166 (65.23% from 255 or 27.81% from 597); Blue value is 253 (99.22% from 255 or 42.38% from 597); Max value from RGB is 253 - color contains mainly: blue. Hex color #B2A6FD is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B2A6FD is #4D5902. Grayscale: #B3B3B3. Windows color (decimal): -5069059 or 16623282. OLE color: 16623282.

HSL color Cylindrical-coordinate representation of color #B2A6FD: hue angle of 248.28º degrees, saturation: 0.96, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B2A6FD is Cyan = 0.30, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB178166253-
CMYK0.300.3400.01
HSL248.28º95.6%82.16%-
HSV(B)248.28º34.39%99.22%-
XYZ49.7343.8398.77-
YUV179.51169.48126.93-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 29.82%
GREEN value IS 166 (65.23% from 255) = 27.81%
BLUE value IS 253 (99.22% from 255) = 42.38%
R=29.82%
G=27.81%
B=42.38%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1781662530.300.3400.01248.2895.682.16
HexB2A6FD1E2201f86052
Octal262246375364201370140122
Binary10110010101001101111110111110100010011111100011000001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2A6FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2A6FD; }

 p { color: rgb(178,166,253); }

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

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

 a { background-color: rgb(178,166,253); }

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

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

 span { border-color: rgb(178,166,253); }

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