#B4AAFF

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

Shades of Perano #B4AAFF

Tints of Perano #B4AAFF

Color information

#B4AAFF (or 0xB4AAFF) is unknown color: approx Perano. HEX triplet: B4, AA and FF. RGB value is (180,170,255). Sum of RGB (Red+Green+Blue) = 180+170+255=605 (80% of max value = 765). Red value is 180 (70.70% from 255 or 29.75% from 605); Green value is 170 (66.80% from 255 or 28.10% from 605); Blue value is 255 (100% from 255 or 42.15% from 605); Max value from RGB is 255 - color contains mainly: blue. Hex color #B4AAFF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B4AAFF is #4B5500. Grayscale: #B6B6B6. Windows color (decimal): -4936961 or 16755380. OLE color: 16755380.

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

Color convert

RGB180170255-
CMYK0.290.3300
HSL247.06º100%83.33%-
HSV(B)247.06º33.33%100%-
XYZ51.2545.67100.72-
YUV182.68168.81126.09-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 29.75%
GREEN value IS 170 (66.80% from 255) = 28.10%
BLUE value IS 255 (100% from 255) = 42.15%
R=29.75%
G=28.10%
B=42.15%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1801702550.290.3300247.0610083.33
HexB4AAFF1D2100f76453
Octal264252377354100367144123
Binary10110100101010101111111111101100001001111011111001001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4AAFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4AAFF; }

 p { color: rgb(180,170,255); }

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

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

 a { background-color: rgb(180,170,255); }

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

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

 span { border-color: rgb(180,170,255); }

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