#B1AFFF

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

Shades of Perano #B1AFFF

Tints of Perano #B1AFFF

Color information

#B1AFFF (or 0xB1AFFF) is unknown color: approx Perano. HEX triplet: B1, AF and FF. RGB value is (177,175,255). Sum of RGB (Red+Green+Blue) = 177+175+255=607 (80% of max value = 765). Red value is 177 (69.53% from 255 or 29.16% from 607); Green value is 175 (68.75% from 255 or 28.83% from 607); Blue value is 255 (100% from 255 or 42.01% from 607); Max value from RGB is 255 - color contains mainly: blue. Hex color #B1AFFF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B1AFFF is #4E5000. Grayscale: #B8B8B8. Windows color (decimal): -5132289 or 16756657. OLE color: 16756657.

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

Color convert

RGB177175255-
CMYK0.310.3100
HSL241.5º100%84.31%-
HSV(B)241.5º31.37%100%-
XYZ51.5147.23101.01-
YUV184.72167.66122.5-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 29.16%
GREEN value IS 175 (68.75% from 255) = 28.83%
BLUE value IS 255 (100% from 255) = 42.01%
R=29.16%
G=28.83%
B=42.01%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1771752550.310.3100241.510084.31
HexB1AFFF1F1F00f26454
Octal261257377373700362144124
Binary1011000110101111111111111111111111001111001011001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1AFFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1AFFF; }

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

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

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

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

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

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

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

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