#B4AAFC

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

Shades of Perano #B4AAFC

Tints of Perano #B4AAFC

Color information

#B4AAFC (or 0xB4AAFC) is unknown color: approx Perano. HEX triplet: B4, AA and FC. RGB value is (180,170,252). Sum of RGB (Red+Green+Blue) = 180+170+252=602 (79% of max value = 765). Red value is 180 (70.70% from 255 or 29.90% from 602); Green value is 170 (66.80% from 255 or 28.24% from 602); Blue value is 252 (98.83% from 255 or 41.86% from 602); Max value from RGB is 252 - color contains mainly: blue. Hex color #B4AAFC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B4AAFC is #4B5503. Grayscale: #B6B6B6. Windows color (decimal): -4936964 or 16558772. OLE color: 16558772.

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

Color convert

RGB180170252-
CMYK0.290.3300.01
HSL247.32º93.18%82.75%-
HSV(B)247.32º32.54%98.82%-
XYZ50.7745.4898.2-
YUV182.34167.31126.33-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 29.90%
GREEN value IS 170 (66.80% from 255) = 28.24%
BLUE value IS 252 (98.83% from 255) = 41.86%
R=29.90%
G=28.24%
B=41.86%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1801702520.290.3300.01247.3293.1882.75
HexB4AAFC1D2101f75d53
Octal264252374354101367135123
Binary10110100101010101111110011101100001011111011110111011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4AAFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4AAFC; }

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

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

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

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

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

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

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

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