#B4AFF5

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

Shades of Perano #B4AFF5

Tints of Perano #B4AFF5

Color information

#B4AFF5 (or 0xB4AFF5) is unknown color: approx Perano. HEX triplet: B4, AF and F5. RGB value is (180,175,245). Sum of RGB (Red+Green+Blue) = 180+175+245=600 (79% of max value = 765). Red value is 180 (70.70% from 255 or 30% from 600); Green value is 175 (68.75% from 255 or 29.17% from 600); Blue value is 245 (96.09% from 255 or 40.83% from 600); Max value from RGB is 245 - color contains mainly: blue. Hex color #B4AFF5 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B4AFF5 is #4B500A. Grayscale: #B8B8B8. Windows color (decimal): -4935691 or 16101300. OLE color: 16101300.

HSL color Cylindrical-coordinate representation of color #B4AFF5: hue angle of 244.29º degrees, saturation: 0.78, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B4AFF5 is Cyan = 0.27, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB180175245-
CMYK0.270.2900.04
HSL244.29º77.78%82.35%-
HSV(B)244.29º28.57%96.08%-
XYZ50.6346.9692.78-
YUV184.48162.16124.81-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 30%
GREEN value IS 175 (68.75% from 255) = 29.17%
BLUE value IS 245 (96.09% from 255) = 40.83%
R=30%
G=29.17%
B=40.83%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1801752450.270.2900.04244.2977.7882.35
HexB4AFF51B1D04f44e52
Octal264257365333504364116122
Binary101101001010111111110101110111110101001111010010011101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4AFF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4AFF5; }

 p { color: rgb(180,175,245); }

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

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

 a { background-color: rgb(180,175,245); }

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

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

 span { border-color: rgb(180,175,245); }

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