#B3AFFA

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

Shades of Perano #B3AFFA

Tints of Perano #B3AFFA

Color information

#B3AFFA (or 0xB3AFFA) is unknown color: approx Perano. HEX triplet: B3, AF and FA. RGB value is (179,175,250). Sum of RGB (Red+Green+Blue) = 179+175+250=604 (80% of max value = 765). Red value is 179 (70.31% from 255 or 29.64% from 604); Green value is 175 (68.75% from 255 or 28.97% from 604); Blue value is 250 (98.05% from 255 or 41.39% from 604); Max value from RGB is 250 - color contains mainly: blue. Hex color #B3AFFA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B3AFFA is #4C5005. Grayscale: #B8B8B8. Windows color (decimal): -5001222 or 16428979. OLE color: 16428979.

HSL color Cylindrical-coordinate representation of color #B3AFFA: hue angle of 243.2º degrees, saturation: 0.88, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B3AFFA is Cyan = 0.28, Magento = 0.3, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB179175250-
CMYK0.280.300.02
HSL243.2º88.24%83.33%-
HSV(B)243.2º30%98.04%-
XYZ51.1847.1596.85-
YUV184.75164.83123.9-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 29.64%
GREEN value IS 175 (68.75% from 255) = 28.97%
BLUE value IS 250 (98.05% from 255) = 41.39%
R=29.64%
G=28.97%
B=41.39%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.3
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1791752500.280.300.02243.288.2483.33
HexB3AFFA1C1E02f35853
Octal263257372343602363130123
Binary10110011101011111111101011100111100101111001110110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3AFFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3AFFA; }

 p { color: rgb(179,175,250); }

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

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

 a { background-color: rgb(179,175,250); }

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

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

 span { border-color: rgb(179,175,250); }

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