#B1AFF5

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

Shades of Perano #B1AFF5

Tints of Perano #B1AFF5

Color information

#B1AFF5 (or 0xB1AFF5) is unknown color: approx Perano. HEX triplet: B1, AF and F5. RGB value is (177,175,245). Sum of RGB (Red+Green+Blue) = 177+175+245=597 (79% of max value = 765). Red value is 177 (69.53% from 255 or 29.65% from 597); Green value is 175 (68.75% from 255 or 29.31% from 597); Blue value is 245 (96.09% from 255 or 41.04% from 597); Max value from RGB is 245 - color contains mainly: blue. Hex color #B1AFF5 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B1AFF5 is #4E500A. Grayscale: #B7B7B7. Windows color (decimal): -5132299 or 16101297. OLE color: 16101297.

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

Color convert

RGB177175245-
CMYK0.280.2900.04
HSL241.71º77.78%82.35%-
HSV(B)241.71º28.57%96.08%-
XYZ49.9446.692.75-
YUV183.58162.66123.31-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 29.65%
GREEN value IS 175 (68.75% from 255) = 29.31%
BLUE value IS 245 (96.09% from 255) = 41.04%
R=29.65%
G=29.31%
B=41.04%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1771752450.280.2900.04241.7177.7882.35
HexB1AFF51C1D04f24e52
Octal261257365343504362116122
Binary101100011010111111110101111001110101001111001010011101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1AFF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1AFF5; }

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

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

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

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

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

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

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

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