#B2ABFA

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

Shades of Perano #B2ABFA

Tints of Perano #B2ABFA

Color information

#B2ABFA (or 0xB2ABFA) is unknown color: approx Perano. HEX triplet: B2, AB and FA. RGB value is (178,171,250). Sum of RGB (Red+Green+Blue) = 178+171+250=599 (79% of max value = 765). Red value is 178 (69.92% from 255 or 29.72% from 599); Green value is 171 (67.19% from 255 or 28.55% from 599); Blue value is 250 (98.05% from 255 or 41.74% from 599); Max value from RGB is 250 - color contains mainly: blue. Hex color #B2ABFA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B2ABFA is #4D5405. Grayscale: #B5B5B5. Windows color (decimal): -5067782 or 16427954. OLE color: 16427954.

HSL color Cylindrical-coordinate representation of color #B2ABFA: hue angle of 245.32º degrees, saturation: 0.89, 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 #B2ABFA is Cyan = 0.29, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB178171250-
CMYK0.290.3200.02
HSL245.32º88.76%82.55%-
HSV(B)245.32º31.6%98.04%-
XYZ50.1845.4996.58-
YUV182.1166.32125.08-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 29.72%
GREEN value IS 171 (67.19% from 255) = 28.55%
BLUE value IS 250 (98.05% from 255) = 41.74%
R=29.72%
G=28.55%
B=41.74%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1781712500.290.3200.02245.3288.7682.55
HexB2ABFA1D2002f55953
Octal262253372354002365131123
Binary101100101010101111111010111011000000101111010110110011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2ABFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2ABFA; }

 p { color: rgb(178,171,250); }

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

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

 a { background-color: rgb(178,171,250); }

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

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

 span { border-color: rgb(178,171,250); }

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