#B0AAF4

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

Shades of Perano #B0AAF4

Tints of Perano #B0AAF4

Color information

#B0AAF4 (or 0xB0AAF4) is unknown color: approx Perano. HEX triplet: B0, AA and F4. RGB value is (176,170,244). Sum of RGB (Red+Green+Blue) = 176+170+244=590 (78% of max value = 765). Red value is 176 (69.14% from 255 or 29.83% from 590); Green value is 170 (66.80% from 255 or 28.81% from 590); Blue value is 244 (95.70% from 255 or 41.36% from 590); Max value from RGB is 244 - color contains mainly: blue. Hex color #B0AAF4 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B0AAF4 is #4F550B. Grayscale: #B3B3B3. Windows color (decimal): -5199116 or 16034480. OLE color: 16034480.

HSL color Cylindrical-coordinate representation of color #B0AAF4: hue angle of 244.86º degrees, saturation: 0.77, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B0AAF4 is Cyan = 0.28, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB176170244-
CMYK0.280.3000.04
HSL244.86º77.08%81.18%-
HSV(B)244.86º30.33%95.69%-
XYZ48.6144.5191.62-
YUV180.23163.99124.98-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 29.83%
GREEN value IS 170 (66.80% from 255) = 28.81%
BLUE value IS 244 (95.70% from 255) = 41.36%
R=29.83%
G=28.81%
B=41.36%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1761702440.280.3000.04244.8677.0881.18
HexB0AAF41C1E04f54d51
Octal260252364343604365115121
Binary101100001010101011110100111001111001001111010110011011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0AAF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0AAF4; }

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

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

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

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

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

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

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

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