#B4AEFD

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

Shades of Perano #B4AEFD

Tints of Perano #B4AEFD

Color information

#B4AEFD (or 0xB4AEFD) is unknown color: approx Perano. HEX triplet: B4, AE and FD. RGB value is (180,174,253). Sum of RGB (Red+Green+Blue) = 180+174+253=607 (80% of max value = 765). Red value is 180 (70.70% from 255 or 29.65% from 607); Green value is 174 (68.36% from 255 or 28.67% from 607); Blue value is 253 (99.22% from 255 or 41.68% from 607); Max value from RGB is 253 - color contains mainly: blue. Hex color #B4AEFD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B4AEFD is #4B5102. Grayscale: #B8B8B8. Windows color (decimal): -4935939 or 16625332. OLE color: 16625332.

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

Color convert

RGB180174253-
CMYK0.290.3100.01
HSL244.56º95.18%83.73%-
HSV(B)244.56º31.23%99.22%-
XYZ51.6947.0799.29-
YUV184.8166.49124.58-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 29.65%
GREEN value IS 174 (68.36% from 255) = 28.67%
BLUE value IS 253 (99.22% from 255) = 41.68%
R=29.65%
G=28.67%
B=41.68%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1801742530.290.3100.01244.5695.1883.73
HexB4AEFD1D1F01f55f54
Octal264256375353701365137124
Binary1011010010101110111111011110111111011111010110111111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4AEFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4AEFD; }

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

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

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

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

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

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

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

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