#B0AAF7

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

Shades of Perano #B0AAF7

Tints of Perano #B0AAF7

Color information

#B0AAF7 (or 0xB0AAF7) is unknown color: approx Perano. HEX triplet: B0, AA and F7. RGB value is (176,170,247). Sum of RGB (Red+Green+Blue) = 176+170+247=593 (78% of max value = 765). Red value is 176 (69.14% from 255 or 29.68% from 593); Green value is 170 (66.80% from 255 or 28.67% from 593); Blue value is 247 (96.88% from 255 or 41.65% from 593); Max value from RGB is 247 - color contains mainly: blue. Hex color #B0AAF7 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B0AAF7 is #4F5508. Grayscale: #B4B4B4. Windows color (decimal): -5199113 or 16231088. OLE color: 16231088.

HSL color Cylindrical-coordinate representation of color #B0AAF7: hue angle of 244.68º degrees, saturation: 0.83, 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 #B0AAF7 is Cyan = 0.29, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB176170247-
CMYK0.290.3100.03
HSL244.68º82.8%81.76%-
HSV(B)244.68º31.17%96.86%-
XYZ49.0744.6994.04-
YUV180.57165.49124.74-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 29.68%
GREEN value IS 170 (66.80% from 255) = 28.67%
BLUE value IS 247 (96.88% from 255) = 41.65%
R=29.68%
G=28.67%
B=41.65%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1761702470.290.3100.03244.6882.881.76
HexB0AAF71D1F03f55352
Octal260252367353703365123122
Binary10110000101010101111011111101111110111111010110100111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0AAF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0AAF7; }

 p { color: rgb(176,170,247); }

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

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

 a { background-color: rgb(176,170,247); }

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

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

 span { border-color: rgb(176,170,247); }

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