#B0ABF4

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

Shades of Perano #B0ABF4

Tints of Perano #B0ABF4

Color information

#B0ABF4 (or 0xB0ABF4) is unknown color: approx Perano. HEX triplet: B0, AB and F4. RGB value is (176,171,244). Sum of RGB (Red+Green+Blue) = 176+171+244=591 (78% of max value = 765). Red value is 176 (69.14% from 255 or 29.78% from 591); Green value is 171 (67.19% from 255 or 28.93% from 591); Blue value is 244 (95.70% from 255 or 41.29% from 591); Max value from RGB is 244 - color contains mainly: blue. Hex color #B0ABF4 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B0ABF4 is #4F540B. Grayscale: #B4B4B4. Windows color (decimal): -5198860 or 16034736. OLE color: 16034736.

HSL color Cylindrical-coordinate representation of color #B0ABF4: hue angle of 244.11º degrees, saturation: 0.77, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B0ABF4 is Cyan = 0.28, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB176171244-
CMYK0.280.3000.04
HSL244.11º76.84%81.37%-
HSV(B)244.11º29.92%95.69%-
XYZ48.844.8991.68-
YUV180.82163.66124.56-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 29.78%
GREEN value IS 171 (67.19% from 255) = 28.93%
BLUE value IS 244 (95.70% from 255) = 41.29%
R=29.78%
G=28.93%
B=41.29%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1761712440.280.3000.04244.1176.8481.37
HexB0ABF41C1E04f44d51
Octal260253364343604364115121
Binary101100001010101111110100111001111001001111010010011011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0ABF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0ABF4; }

 p { color: rgb(176,171,244); }

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

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

 a { background-color: rgb(176,171,244); }

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

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

 span { border-color: rgb(176,171,244); }

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