#B4ABFB

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

Shades of Perano #B4ABFB

Tints of Perano #B4ABFB

Color information

#B4ABFB (or 0xB4ABFB) is unknown color: approx Perano. HEX triplet: B4, AB and FB. RGB value is (180,171,251). Sum of RGB (Red+Green+Blue) = 180+171+251=602 (79% of max value = 765). Red value is 180 (70.70% from 255 or 29.90% from 602); Green value is 171 (67.19% from 255 or 28.41% from 602); Blue value is 251 (98.44% from 255 or 41.69% from 602); Max value from RGB is 251 - color contains mainly: blue. Hex color #B4ABFB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B4ABFB is #4B5404. Grayscale: #B6B6B6. Windows color (decimal): -4936709 or 16493492. OLE color: 16493492.

HSL color Cylindrical-coordinate representation of color #B4ABFB: hue angle of 246.75º degrees, saturation: 0.91, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #B4ABFB is Cyan = 0.28, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB180171251-
CMYK0.280.3200.02
HSL246.75º90.91%82.75%-
HSV(B)246.75º31.87%98.43%-
XYZ50.845.7997.43-
YUV182.81166.48126-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 29.90%
GREEN value IS 171 (67.19% from 255) = 28.41%
BLUE value IS 251 (98.44% from 255) = 41.69%
R=29.90%
G=28.41%
B=41.69%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1801712510.280.3200.02246.7590.9182.75
HexB4ABFB1C2002f75b53
Octal264253373344002367133123
Binary101101001010101111111011111001000000101111011110110111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4ABFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4ABFB; }

 p { color: rgb(180,171,251); }

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

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

 a { background-color: rgb(180,171,251); }

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

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

 span { border-color: rgb(180,171,251); }

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