#B4A8FF

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

Shades of Perano #B4A8FF

Tints of Perano #B4A8FF

Color information

#B4A8FF (or 0xB4A8FF) is unknown color: approx Perano. HEX triplet: B4, A8 and FF. RGB value is (180,168,255). Sum of RGB (Red+Green+Blue) = 180+168+255=603 (79% of max value = 765). Red value is 180 (70.70% from 255 or 29.85% from 603); Green value is 168 (66.02% from 255 or 27.86% from 603); Blue value is 255 (100% from 255 or 42.29% from 603); Max value from RGB is 255 - color contains mainly: blue. Hex color #B4A8FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B4A8FF is #4B5700. Grayscale: #B5B5B5. Windows color (decimal): -4937473 or 16754868. OLE color: 16754868.

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

Color convert

RGB180168255-
CMYK0.290.3400
HSL248.28º100%82.94%-
HSV(B)248.28º34.12%100%-
XYZ50.8844.93100.6-
YUV181.51169.48126.93-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 29.85%
GREEN value IS 168 (66.02% from 255) = 27.86%
BLUE value IS 255 (100% from 255) = 42.29%
R=29.85%
G=27.86%
B=42.29%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1801682550.290.3400248.2810082.94
HexB4A8FF1D2200f86453
Octal264250377354200370144123
Binary10110100101010001111111111101100010001111100011001001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4A8FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4A8FF; }

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

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

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

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

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

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

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

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