#B4ACF5

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

Shades of Perano #B4ACF5

Tints of Perano #B4ACF5

Color information

#B4ACF5 (or 0xB4ACF5) is unknown color: approx Perano. HEX triplet: B4, AC and F5. RGB value is (180,172,245). Sum of RGB (Red+Green+Blue) = 180+172+245=597 (79% of max value = 765). Red value is 180 (70.70% from 255 or 30.15% from 597); Green value is 172 (67.58% from 255 or 28.81% from 597); Blue value is 245 (96.09% from 255 or 41.04% from 597); Max value from RGB is 245 - color contains mainly: blue. Hex color #B4ACF5 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B4ACF5 is #4B530A. Grayscale: #B6B6B6. Windows color (decimal): -4936459 or 16100532. OLE color: 16100532.

HSL color Cylindrical-coordinate representation of color #B4ACF5: hue angle of 246.58º degrees, saturation: 0.78, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B4ACF5 is Cyan = 0.27, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB180172245-
CMYK0.270.3000.04
HSL246.58º78.49%81.76%-
HSV(B)246.58º29.8%96.08%-
XYZ50.0645.892.59-
YUV182.71163.15126.06-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 30.15%
GREEN value IS 172 (67.58% from 255) = 28.81%
BLUE value IS 245 (96.09% from 255) = 41.04%
R=30.15%
G=28.81%
B=41.04%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1801722450.270.3000.04246.5878.4981.76
HexB4ACF51B1E04f74e52
Octal264254365333604367116122
Binary101101001010110011110101110111111001001111011110011101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4ACF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4ACF5; }

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

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

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

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

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

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

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

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