#B2AAF8

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

Shades of Perano #B2AAF8

Tints of Perano #B2AAF8

Color information

#B2AAF8 (or 0xB2AAF8) is unknown color: approx Perano. HEX triplet: B2, AA and F8. RGB value is (178,170,248). Sum of RGB (Red+Green+Blue) = 178+170+248=596 (78% of max value = 765). Red value is 178 (69.92% from 255 or 29.87% from 596); Green value is 170 (66.80% from 255 or 28.52% from 596); Blue value is 248 (97.27% from 255 or 41.61% from 596); Max value from RGB is 248 - color contains mainly: blue. Hex color #B2AAF8 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B2AAF8 is #4D5507. Grayscale: #B4B4B4. Windows color (decimal): -5068040 or 16296626. OLE color: 16296626.

HSL color Cylindrical-coordinate representation of color #B2AAF8: hue angle of 246.15º degrees, saturation: 0.85, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #B2AAF8 is Cyan = 0.28, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB178170248-
CMYK0.280.3100.03
HSL246.15º84.78%81.96%-
HSV(B)246.15º31.45%97.25%-
XYZ49.6844.9994.87-
YUV181.28165.65125.66-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 29.87%
GREEN value IS 170 (66.80% from 255) = 28.52%
BLUE value IS 248 (97.27% from 255) = 41.61%
R=29.87%
G=28.52%
B=41.61%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1781702480.280.3100.03246.1584.7881.96
HexB2AAF81C1F03f65552
Octal262252370343703366125122
Binary10110010101010101111100011100111110111111011010101011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2AAF8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2AAF8; }

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

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

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

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

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

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

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

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