#B2ACF9

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

Shades of Perano #B2ACF9

Tints of Perano #B2ACF9

Color information

#B2ACF9 (or 0xB2ACF9) is unknown color: approx Perano. HEX triplet: B2, AC and F9. RGB value is (178,172,249). Sum of RGB (Red+Green+Blue) = 178+172+249=599 (79% of max value = 765). Red value is 178 (69.92% from 255 or 29.72% from 599); Green value is 172 (67.58% from 255 or 28.71% from 599); Blue value is 249 (97.66% from 255 or 41.57% from 599); Max value from RGB is 249 - color contains mainly: blue. Hex color #B2ACF9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B2ACF9 is #4D5306. Grayscale: #B6B6B6. Windows color (decimal): -5067527 or 16362674. OLE color: 16362674.

HSL color Cylindrical-coordinate representation of color #B2ACF9: hue angle of 244.68º degrees, saturation: 0.87, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #B2ACF9 is Cyan = 0.29, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB178172249-
CMYK0.290.3100.02
HSL244.68º86.52%82.55%-
HSV(B)244.68º30.92%97.65%-
XYZ50.2145.8195.82-
YUV182.57165.49124.74-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 29.72%
GREEN value IS 172 (67.58% from 255) = 28.71%
BLUE value IS 249 (97.66% from 255) = 41.57%
R=29.72%
G=28.71%
B=41.57%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1781722490.290.3100.02244.6886.5282.55
HexB2ACF91D1F02f55753
Octal262254371353702365127123
Binary10110010101011001111100111101111110101111010110101111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2ACF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2ACF9; }

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

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

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

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

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

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

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

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