#B4AEFF

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

Shades of Perano #B4AEFF

Tints of Perano #B4AEFF

Color information

#B4AEFF (or 0xB4AEFF) is unknown color: approx Perano. HEX triplet: B4, AE and FF. RGB value is (180,174,255). Sum of RGB (Red+Green+Blue) = 180+174+255=609 (80% of max value = 765). Red value is 180 (70.70% from 255 or 29.56% from 609); Green value is 174 (68.36% from 255 or 28.57% from 609); Blue value is 255 (100% from 255 or 41.87% from 609); Max value from RGB is 255 - color contains mainly: blue. Hex color #B4AEFF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B4AEFF is #4B5100. Grayscale: #B8B8B8. Windows color (decimal): -4935937 or 16756404. OLE color: 16756404.

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

Color convert

RGB180174255-
CMYK0.290.3200
HSL244.44º100%84.12%-
HSV(B)244.44º31.76%100%-
XYZ52.0147.2100.98-
YUV185.03167.49124.41-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 29.56%
GREEN value IS 174 (68.36% from 255) = 28.57%
BLUE value IS 255 (100% from 255) = 41.87%
R=29.56%
G=28.57%
B=41.87%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1801742550.290.3200244.4410084.12
HexB4AEFF1D2000f46454
Octal264256377354000364144124
Binary10110100101011101111111111101100000001111010011001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4AEFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4AEFF; }

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

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

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

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

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

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

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

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