#B1AFFA

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

Shades of Perano #B1AFFA

Tints of Perano #B1AFFA

Color information

#B1AFFA (or 0xB1AFFA) is unknown color: approx Perano. HEX triplet: B1, AF and FA. RGB value is (177,175,250). Sum of RGB (Red+Green+Blue) = 177+175+250=602 (79% of max value = 765). Red value is 177 (69.53% from 255 or 29.40% from 602); Green value is 175 (68.75% from 255 or 29.07% from 602); Blue value is 250 (98.05% from 255 or 41.53% from 602); Max value from RGB is 250 - color contains mainly: blue. Hex color #B1AFFA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B1AFFA is #4E5005. Grayscale: #B7B7B7. Windows color (decimal): -5132294 or 16428977. OLE color: 16428977.

HSL color Cylindrical-coordinate representation of color #B1AFFA: hue angle of 241.6º 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 #B1AFFA is Cyan = 0.29, Magento = 0.3, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB177175250-
CMYK0.290.300.02
HSL241.6º88.24%83.33%-
HSV(B)241.6º30%98.04%-
XYZ50.7246.9196.82-
YUV184.15165.16122.9-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 29.40%
GREEN value IS 175 (68.75% from 255) = 29.07%
BLUE value IS 250 (98.05% from 255) = 41.53%
R=29.40%
G=29.07%
B=41.53%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.3
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1771752500.290.300.02241.688.2483.33
HexB1AFFA1D1E02f25853
Octal261257372353602362130123
Binary10110001101011111111101011101111100101111001010110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1AFFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1AFFA; }

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

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

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

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

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

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

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

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