#B2A9FA

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

Shades of Perano #B2A9FA

Tints of Perano #B2A9FA

Color information

#B2A9FA (or 0xB2A9FA) is unknown color: approx Perano. HEX triplet: B2, A9 and FA. RGB value is (178,169,250). Sum of RGB (Red+Green+Blue) = 178+169+250=597 (79% of max value = 765). Red value is 178 (69.92% from 255 or 29.82% from 597); Green value is 169 (66.41% from 255 or 28.31% from 597); Blue value is 250 (98.05% from 255 or 41.88% from 597); Max value from RGB is 250 - color contains mainly: blue. Hex color #B2A9FA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B2A9FA is #4D5605. Grayscale: #B4B4B4. Windows color (decimal): -5068294 or 16427442. OLE color: 16427442.

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

Color convert

RGB178169250-
CMYK0.290.3200.02
HSL246.67º89.01%82.16%-
HSV(B)246.67º32.4%98.04%-
XYZ49.844.7496.45-
YUV180.92166.98125.91-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 29.82%
GREEN value IS 169 (66.41% from 255) = 28.31%
BLUE value IS 250 (98.05% from 255) = 41.88%
R=29.82%
G=28.31%
B=41.88%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1781692500.290.3200.02246.6789.0182.16
HexB2A9FA1D2002f75952
Octal262251372354002367131122
Binary101100101010100111111010111011000000101111011110110011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2A9FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2A9FA; }

 p { color: rgb(178,169,250); }

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

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

 a { background-color: rgb(178,169,250); }

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

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

 span { border-color: rgb(178,169,250); }

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