#B2AAFF

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

Shades of Perano #B2AAFF

Tints of Perano #B2AAFF

Color information

#B2AAFF (or 0xB2AAFF) is unknown color: approx Perano. HEX triplet: B2, AA and FF. RGB value is (178,170,255). Sum of RGB (Red+Green+Blue) = 178+170+255=603 (79% of max value = 765). Red value is 178 (69.92% from 255 or 29.52% from 603); Green value is 170 (66.80% from 255 or 28.19% from 603); Blue value is 255 (100% from 255 or 42.29% from 603); Max value from RGB is 255 - color contains mainly: blue. Hex color #B2AAFF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B2AAFF is #4D5500. Grayscale: #B5B5B5. Windows color (decimal): -5068033 or 16755378. OLE color: 16755378.

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

Color convert

RGB178170255-
CMYK0.300.3300
HSL245.65º100%83.33%-
HSV(B)245.65º33.33%100%-
XYZ50.7845.43100.7-
YUV182.08169.15125.09-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 29.52%
GREEN value IS 170 (66.80% from 255) = 28.19%
BLUE value IS 255 (100% from 255) = 42.29%
R=29.52%
G=28.19%
B=42.29%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1781702550.300.3300245.6510083.33
HexB2AAFF1E2100f66453
Octal262252377364100366144123
Binary10110010101010101111111111110100001001111011011001001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2AAFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2AAFF; }

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

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

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

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

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

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

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

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