#B2ACFD

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

Shades of Perano #B2ACFD

Tints of Perano #B2ACFD

Color information

#B2ACFD (or 0xB2ACFD) is unknown color: approx Perano. HEX triplet: B2, AC and FD. RGB value is (178,172,253). Sum of RGB (Red+Green+Blue) = 178+172+253=603 (79% of max value = 765). Red value is 178 (69.92% from 255 or 29.52% from 603); Green value is 172 (67.58% from 255 or 28.52% from 603); Blue value is 253 (99.22% from 255 or 41.96% from 603); Max value from RGB is 253 - color contains mainly: blue. Hex color #B2ACFD is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B2ACFD is #4D5302. Grayscale: #B6B6B6. Windows color (decimal): -5067523 or 16624818. OLE color: 16624818.

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

Color convert

RGB178172253-
CMYK0.300.3200.01
HSL244.44º95.29%83.33%-
HSV(B)244.44º32.02%99.22%-
XYZ50.8446.0699.14-
YUV183.03167.49124.41-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 29.52%
GREEN value IS 172 (67.58% from 255) = 28.52%
BLUE value IS 253 (99.22% from 255) = 41.96%
R=29.52%
G=28.52%
B=41.96%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1781722530.300.3200.01244.4495.2983.33
HexB2ACFD1E2001f45f53
Octal262254375364001364137123
Binary10110010101011001111110111110100000011111010010111111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2ACFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2ACFD; }

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

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

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

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

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

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

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

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