#B0AAFE

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

Shades of Perano #B0AAFE

Tints of Perano #B0AAFE

Color information

#B0AAFE (or 0xB0AAFE) is unknown color: approx Perano. HEX triplet: B0, AA and FE. RGB value is (176,170,254). Sum of RGB (Red+Green+Blue) = 176+170+254=600 (79% of max value = 765). Red value is 176 (69.14% from 255 or 29.33% from 600); Green value is 170 (66.80% from 255 or 28.33% from 600); Blue value is 254 (99.61% from 255 or 42.33% from 600); Max value from RGB is 254 - color contains mainly: blue. Hex color #B0AAFE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B0AAFE is #4F5501. Grayscale: #B5B5B5. Windows color (decimal): -5199106 or 16689840. OLE color: 16689840.

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

Color convert

RGB176170254-
CMYK0.310.3300.00
HSL244.29º97.67%83.14%-
HSV(B)244.29º33.07%99.61%-
XYZ50.1745.1499.83-
YUV181.37168.99124.17-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 29.33%
GREEN value IS 170 (66.80% from 255) = 28.33%
BLUE value IS 254 (99.61% from 255) = 42.33%
R=29.33%
G=28.33%
B=42.33%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1761702540.310.3300.00244.2997.6783.14
HexB0AAFE1F2100f46253
Octal260252376374100364142123
Binary10110000101010101111111011111100001001111010011000101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0AAFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0AAFE; }

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

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

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

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

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

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

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

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