#B1AFF3

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

Shades of Perano #B1AFF3

Tints of Perano #B1AFF3

Color information

#B1AFF3 (or 0xB1AFF3) is unknown color: approx Perano. HEX triplet: B1, AF and F3. RGB value is (177,175,243). Sum of RGB (Red+Green+Blue) = 177+175+243=595 (78% of max value = 765). Red value is 177 (69.53% from 255 or 29.75% from 595); Green value is 175 (68.75% from 255 or 29.41% from 595); Blue value is 243 (95.31% from 255 or 40.84% from 595); Max value from RGB is 243 - color contains mainly: blue. Hex color #B1AFF3 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B1AFF3 is #4E500C. Grayscale: #B7B7B7. Windows color (decimal): -5132301 or 15970225. OLE color: 15970225.

HSL color Cylindrical-coordinate representation of color #B1AFF3: hue angle of 241.76º degrees, saturation: 0.74, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B1AFF3 is Cyan = 0.27, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB177175243-
CMYK0.270.2800.05
HSL241.76º73.91%81.96%-
HSV(B)241.76º27.98%95.29%-
XYZ49.6446.4891.15-
YUV183.35161.66123.47-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 29.75%
GREEN value IS 175 (68.75% from 255) = 29.41%
BLUE value IS 243 (95.31% from 255) = 40.84%
R=29.75%
G=29.41%
B=40.84%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1771752430.270.2800.05241.7673.9181.96
HexB1AFF31B1C05f24a52
Octal261257363333405362112122
Binary101100011010111111110011110111110001011111001010010101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1AFF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1AFF3; }

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

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

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

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

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

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

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

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