#B0AAEE

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

Shades of Perano #B0AAEE

Tints of Perano #B0AAEE

Color information

#B0AAEE (or 0xB0AAEE) is unknown color: approx Perano. HEX triplet: B0, AA and EE. RGB value is (176,170,238). Sum of RGB (Red+Green+Blue) = 176+170+238=584 (77% of max value = 765). Red value is 176 (69.14% from 255 or 30.14% from 584); Green value is 170 (66.80% from 255 or 29.11% from 584); Blue value is 238 (93.36% from 255 or 40.75% from 584); Max value from RGB is 238 - color contains mainly: blue. Hex color #B0AAEE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B0AAEE is #4F5511. Grayscale: #B3B3B3. Windows color (decimal): -5199122 or 15641264. OLE color: 15641264.

HSL color Cylindrical-coordinate representation of color #B0AAEE: hue angle of 245.29º degrees, saturation: 0.67, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B0AAEE is Cyan = 0.26, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB176170238-
CMYK0.260.2900.07
HSL245.29º66.67%80%-
HSV(B)245.29º28.57%93.33%-
XYZ47.7144.1586.9-
YUV179.55160.99125.47-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 30.14%
GREEN value IS 170 (66.80% from 255) = 29.11%
BLUE value IS 238 (93.36% from 255) = 40.75%
R=30.14%
G=29.11%
B=40.75%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1761702380.260.2900.07245.2966.6780
HexB0AAEE1A1D07f54350
Octal260252356323507365103120
Binary101100001010101011101110110101110101111111010110000111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0AAEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0AAEE; }

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

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

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

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

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

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

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

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