#B6ACFE

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

Shades of Perano #B6ACFE

Tints of Perano #B6ACFE

Color information

#B6ACFE (or 0xB6ACFE) is unknown color: approx Perano. HEX triplet: B6, AC and FE. RGB value is (182,172,254). Sum of RGB (Red+Green+Blue) = 182+172+254=608 (80% of max value = 765). Red value is 182 (71.48% from 255 or 29.93% from 608); Green value is 172 (67.58% from 255 or 28.29% from 608); Blue value is 254 (99.61% from 255 or 41.78% from 608); Max value from RGB is 254 - color contains mainly: blue. Hex color #B6ACFE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B6ACFE is #495301. Grayscale: #B8B8B8. Windows color (decimal): -4805378 or 16690358. OLE color: 16690358.

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

Color convert

RGB182172254-
CMYK0.280.3200.00
HSL247.32º97.62%83.53%-
HSV(B)247.32º32.28%99.61%-
XYZ51.9346.61100.02-
YUV184.34167.31126.33-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 29.93%
GREEN value IS 172 (67.58% from 255) = 28.29%
BLUE value IS 254 (99.61% from 255) = 41.78%
R=29.93%
G=28.29%
B=41.78%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1821722540.280.3200.00247.3297.6283.53
HexB6ACFE1C2000f76254
Octal266254376344000367142124
Binary10110110101011001111111011100100000001111011111000101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6ACFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6ACFE; }

 p { color: rgb(182,172,254); }

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

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

 a { background-color: rgb(182,172,254); }

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

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

 span { border-color: rgb(182,172,254); }

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