#B1AFF9

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

Shades of Perano #B1AFF9

Tints of Perano #B1AFF9

Color information

#B1AFF9 (or 0xB1AFF9) is unknown color: approx Perano. HEX triplet: B1, AF and F9. RGB value is (177,175,249). Sum of RGB (Red+Green+Blue) = 177+175+249=601 (79% of max value = 765). Red value is 177 (69.53% from 255 or 29.45% from 601); Green value is 175 (68.75% from 255 or 29.12% from 601); Blue value is 249 (97.66% from 255 or 41.43% from 601); Max value from RGB is 249 - color contains mainly: blue. Hex color #B1AFF9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B1AFF9 is #4E5006. Grayscale: #B7B7B7. Windows color (decimal): -5132295 or 16363441. OLE color: 16363441.

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

Color convert

RGB177175249-
CMYK0.290.3000.02
HSL241.62º86.05%83.14%-
HSV(B)241.62º29.72%97.65%-
XYZ50.5646.8596-
YUV184.03164.66122.98-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 29.45%
GREEN value IS 175 (68.75% from 255) = 29.12%
BLUE value IS 249 (97.66% from 255) = 41.43%
R=29.45%
G=29.12%
B=41.43%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1771752490.290.3000.02241.6286.0583.14
HexB1AFF91D1E02f25653
Octal261257371353602362126123
Binary10110001101011111111100111101111100101111001010101101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1AFF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1AFF9; }

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

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

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

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

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

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

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

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