#B5AFF9

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

Shades of Perano #B5AFF9

Tints of Perano #B5AFF9

Color information

#B5AFF9 (or 0xB5AFF9) is unknown color: approx Perano. HEX triplet: B5, AF and F9. RGB value is (181,175,249). Sum of RGB (Red+Green+Blue) = 181+175+249=605 (80% of max value = 765). Red value is 181 (71.09% from 255 or 29.92% from 605); Green value is 175 (68.75% from 255 or 28.93% from 605); Blue value is 249 (97.66% from 255 or 41.16% from 605); Max value from RGB is 249 - color contains mainly: blue. Hex color #B5AFF9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B5AFF9 is #4A5006. Grayscale: #B8B8B8. Windows color (decimal): -4870151 or 16363445. OLE color: 16363445.

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

Color convert

RGB181175249-
CMYK0.270.3000.02
HSL244.86º86.05%83.14%-
HSV(B)244.86º29.72%97.65%-
XYZ51.4847.3296.04-
YUV185.23163.99124.98-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 29.92%
GREEN value IS 175 (68.75% from 255) = 28.93%
BLUE value IS 249 (97.66% from 255) = 41.16%
R=29.92%
G=28.93%
B=41.16%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1811752490.270.3000.02244.8686.0583.14
HexB5AFF91B1E02f55653
Octal265257371333602365126123
Binary10110101101011111111100111011111100101111010110101101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5AFF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5AFF9; }

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

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

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

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

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

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

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

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