#B5ABFF

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

Shades of Perano #B5ABFF

Tints of Perano #B5ABFF

Color information

#B5ABFF (or 0xB5ABFF) is unknown color: approx Perano. HEX triplet: B5, AB and FF. RGB value is (181,171,255). Sum of RGB (Red+Green+Blue) = 181+171+255=607 (80% of max value = 765). Red value is 181 (71.09% from 255 or 29.82% from 607); Green value is 171 (67.19% from 255 or 28.17% 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 #B5ABFF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B5ABFF is #4A5400. Grayscale: #B7B7B7. Windows color (decimal): -4871169 or 16755637. OLE color: 16755637.

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

Color convert

RGB181171255-
CMYK0.290.3300
HSL247.14º100%83.53%-
HSV(B)247.14º32.94%100%-
XYZ51.6746.17100.8-
YUV183.57168.31126.17-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 29.82%
GREEN value IS 171 (67.19% from 255) = 28.17%
BLUE value IS 255 (100% from 255) = 42.01%
R=29.82%
G=28.17%
B=42.01%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1811712550.290.3300247.1410083.53
HexB5ABFF1D2100f76454
Octal265253377354100367144124
Binary10110101101010111111111111101100001001111011111001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5ABFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5ABFF; }

 p { color: rgb(181,171,255); }

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

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

 a { background-color: rgb(181,171,255); }

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

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

 span { border-color: rgb(181,171,255); }

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