#B5ACFE

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

Shades of Perano #B5ACFE

Tints of Perano #B5ACFE

Color information

#B5ACFE (or 0xB5ACFE) is unknown color: approx Perano. HEX triplet: B5, AC and FE. RGB value is (181,172,254). Sum of RGB (Red+Green+Blue) = 181+172+254=607 (80% of max value = 765). Red value is 181 (71.09% from 255 or 29.82% from 607); Green value is 172 (67.58% from 255 or 28.34% from 607); Blue value is 254 (99.61% from 255 or 41.85% from 607); Max value from RGB is 254 - color contains mainly: blue. Hex color #B5ACFE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B5ACFE is #4A5301. Grayscale: #B7B7B7. Windows color (decimal): -4870914 or 16690357. OLE color: 16690357.

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

Color convert

RGB181172254-
CMYK0.290.3200.00
HSL246.59º97.62%83.53%-
HSV(B)246.59º32.28%99.61%-
XYZ51.746.48100.01-
YUV184.04167.48125.83-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 29.82%
GREEN value IS 172 (67.58% from 255) = 28.34%
BLUE value IS 254 (99.61% from 255) = 41.85%
R=29.82%
G=28.34%
B=41.85%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1811722540.290.3200.00246.5997.6283.53
HexB5ACFE1D2000f76254
Octal265254376354000367142124
Binary10110101101011001111111011101100000001111011111000101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5ACFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5ACFE; }

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

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

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

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

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

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

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

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