#B4AEF7

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

Shades of Perano #B4AEF7

Tints of Perano #B4AEF7

Color information

#B4AEF7 (or 0xB4AEF7) is unknown color: approx Perano. HEX triplet: B4, AE and F7. RGB value is (180,174,247). Sum of RGB (Red+Green+Blue) = 180+174+247=601 (79% of max value = 765). Red value is 180 (70.70% from 255 or 29.95% from 601); Green value is 174 (68.36% from 255 or 28.95% from 601); Blue value is 247 (96.88% from 255 or 41.10% from 601); Max value from RGB is 247 - color contains mainly: blue. Hex color #B4AEF7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B4AEF7 is #4B5108. Grayscale: #B7B7B7. Windows color (decimal): -4935945 or 16232116. OLE color: 16232116.

HSL color Cylindrical-coordinate representation of color #B4AEF7: hue angle of 244.93º degrees, saturation: 0.82, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B4AEF7 is Cyan = 0.27, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB180174247-
CMYK0.270.3000.03
HSL244.93º82.02%82.55%-
HSV(B)244.93º29.55%96.86%-
XYZ50.7546.6994.33-
YUV184.12163.49125.06-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 29.95%
GREEN value IS 174 (68.36% from 255) = 28.95%
BLUE value IS 247 (96.88% from 255) = 41.10%
R=29.95%
G=28.95%
B=41.10%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1801742470.270.3000.03244.9382.0282.55
HexB4AEF71B1E03f55253
Octal264256367333603365122123
Binary10110100101011101111011111011111100111111010110100101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4AEF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4AEF7; }

 p { color: rgb(180,174,247); }

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

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

 a { background-color: rgb(180,174,247); }

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

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

 span { border-color: rgb(180,174,247); }

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