#B2A4FF

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

Shades of Perano #B2A4FF

Tints of Perano #B2A4FF

Color information

#B2A4FF (or 0xB2A4FF) is unknown color: approx Perano. HEX triplet: B2, A4 and FF. RGB value is (178,164,255). Sum of RGB (Red+Green+Blue) = 178+164+255=597 (79% of max value = 765). Red value is 178 (69.92% from 255 or 29.82% from 597); Green value is 164 (64.45% from 255 or 27.47% 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 #B2A4FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B2A4FF is #4D5B00. Grayscale: #B2B2B2. Windows color (decimal): -5069569 or 16753842. OLE color: 16753842.

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

Color convert

RGB178164255-
CMYK0.300.3600
HSL249.23º100%82.16%-
HSV(B)249.23º35.69%100%-
XYZ49.6943.24100.33-
YUV178.56171.14127.6-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 29.82%
GREEN value IS 164 (64.45% from 255) = 27.47%
BLUE value IS 255 (100% from 255) = 42.71%
R=29.82%
G=27.47%
B=42.71%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1781642550.300.3600249.2310082.16
HexB2A4FF1E2400f96452
Octal262244377364400371144122
Binary10110010101001001111111111110100100001111100111001001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2A4FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2A4FF; }

 p { color: rgb(178,164,255); }

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

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

 a { background-color: rgb(178,164,255); }

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

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

 span { border-color: rgb(178,164,255); }

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