#B3ABFF

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

Shades of Perano #B3ABFF

Tints of Perano #B3ABFF

Color information

#B3ABFF (or 0xB3ABFF) is unknown color: approx Perano. HEX triplet: B3, AB and FF. RGB value is (179,171,255). Sum of RGB (Red+Green+Blue) = 179+171+255=605 (80% of max value = 765). Red value is 179 (70.31% from 255 or 29.59% from 605); Green value is 171 (67.19% from 255 or 28.26% from 605); Blue value is 255 (100% from 255 or 42.15% from 605); Max value from RGB is 255 - color contains mainly: blue. Hex color #B3ABFF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B3ABFF is #4C5400. Grayscale: #B6B6B6. Windows color (decimal): -5002241 or 16755635. OLE color: 16755635.

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

Color convert

RGB179171255-
CMYK0.300.3300
HSL245.71º100%83.53%-
HSV(B)245.71º32.94%100%-
XYZ51.245.93100.77-
YUV182.97168.65125.17-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 29.59%
GREEN value IS 171 (67.19% from 255) = 28.26%
BLUE value IS 255 (100% from 255) = 42.15%
R=29.59%
G=28.26%
B=42.15%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1791712550.300.3300245.7110083.53
HexB3ABFF1E2100f66454
Octal263253377364100366144124
Binary10110011101010111111111111110100001001111011011001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3ABFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3ABFF; }

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

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

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

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

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

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

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

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