#B2ACFA

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

Shades of Perano #B2ACFA

Tints of Perano #B2ACFA

Color information

#B2ACFA (or 0xB2ACFA) is unknown color: approx Perano. HEX triplet: B2, AC and FA. RGB value is (178,172,250). Sum of RGB (Red+Green+Blue) = 178+172+250=600 (79% of max value = 765). Red value is 178 (69.92% from 255 or 29.67% from 600); Green value is 172 (67.58% from 255 or 28.67% from 600); Blue value is 250 (98.05% from 255 or 41.67% from 600); Max value from RGB is 250 - color contains mainly: blue. Hex color #B2ACFA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B2ACFA is #4D5305. Grayscale: #B6B6B6. Windows color (decimal): -5067526 or 16428210. OLE color: 16428210.

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

Color convert

RGB178172250-
CMYK0.290.3100.02
HSL244.62º88.64%82.75%-
HSV(B)244.62º31.2%98.04%-
XYZ50.3745.8796.64-
YUV182.69165.99124.66-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 29.67%
GREEN value IS 172 (67.58% from 255) = 28.67%
BLUE value IS 250 (98.05% from 255) = 41.67%
R=29.67%
G=28.67%
B=41.67%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1781722500.290.3100.02244.6288.6482.75
HexB2ACFA1D1F02f55953
Octal262254372353702365131123
Binary10110010101011001111101011101111110101111010110110011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2ACFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2ACFA; }

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

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

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

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

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

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

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

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