#B4ACFD

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

Shades of Perano #B4ACFD

Tints of Perano #B4ACFD

Color information

#B4ACFD (or 0xB4ACFD) is unknown color: approx Perano. HEX triplet: B4, AC and FD. RGB value is (180,172,253). Sum of RGB (Red+Green+Blue) = 180+172+253=605 (80% of max value = 765). Red value is 180 (70.70% from 255 or 29.75% from 605); Green value is 172 (67.58% from 255 or 28.43% from 605); Blue value is 253 (99.22% from 255 or 41.82% from 605); Max value from RGB is 253 - color contains mainly: blue. Hex color #B4ACFD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B4ACFD is #4B5302. Grayscale: #B7B7B7. Windows color (decimal): -4936451 or 16624820. OLE color: 16624820.

HSL color Cylindrical-coordinate representation of color #B4ACFD: hue angle of 245.93º degrees, saturation: 0.95, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #B4ACFD is Cyan = 0.29, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB180172253-
CMYK0.290.3200.01
HSL245.93º95.29%83.33%-
HSV(B)245.93º32.02%99.22%-
XYZ51.346.399.16-
YUV183.63167.15125.41-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 29.75%
GREEN value IS 172 (67.58% from 255) = 28.43%
BLUE value IS 253 (99.22% from 255) = 41.82%
R=29.75%
G=28.43%
B=41.82%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1801722530.290.3200.01245.9395.2983.33
HexB4ACFD1D2001f65f53
Octal264254375354001366137123
Binary10110100101011001111110111101100000011111011010111111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4ACFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4ACFD; }

 p { color: rgb(180,172,253); }

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

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

 a { background-color: rgb(180,172,253); }

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

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

 span { border-color: rgb(180,172,253); }

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