#B4AFF4

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

Shades of Perano #B4AFF4

Tints of Perano #B4AFF4

Color information

#B4AFF4 (or 0xB4AFF4) is unknown color: approx Perano. HEX triplet: B4, AF and F4. RGB value is (180,175,244). Sum of RGB (Red+Green+Blue) = 180+175+244=599 (79% of max value = 765). Red value is 180 (70.70% from 255 or 30.05% from 599); Green value is 175 (68.75% from 255 or 29.22% from 599); Blue value is 244 (95.70% from 255 or 40.73% from 599); Max value from RGB is 244 - color contains mainly: blue. Hex color #B4AFF4 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B4AFF4 is #4B500B. Grayscale: #B8B8B8. Windows color (decimal): -4935692 or 16035764. OLE color: 16035764.

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

Color convert

RGB180175244-
CMYK0.260.2800.04
HSL244.35º75.82%82.16%-
HSV(B)244.35º28.28%95.69%-
XYZ50.4846.8991.98-
YUV184.36161.66124.89-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 30.05%
GREEN value IS 175 (68.75% from 255) = 29.22%
BLUE value IS 244 (95.70% from 255) = 40.73%
R=30.05%
G=29.22%
B=40.73%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1801752440.260.2800.04244.3575.8282.16
HexB4AFF41A1C04f44c52
Octal264257364323404364114122
Binary101101001010111111110100110101110001001111010010011001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4AFF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4AFF4; }

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

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

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

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

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

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

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

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