#B2AAFC

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

Shades of Perano #B2AAFC

Tints of Perano #B2AAFC

Color information

#B2AAFC (or 0xB2AAFC) is unknown color: approx Perano. HEX triplet: B2, AA and FC. RGB value is (178,170,252). Sum of RGB (Red+Green+Blue) = 178+170+252=600 (79% of max value = 765). Red value is 178 (69.92% from 255 or 29.67% from 600); Green value is 170 (66.80% from 255 or 28.33% from 600); Blue value is 252 (98.83% from 255 or 42% from 600); Max value from RGB is 252 - color contains mainly: blue. Hex color #B2AAFC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B2AAFC is #4D5503. Grayscale: #B5B5B5. Windows color (decimal): -5068036 or 16558770. OLE color: 16558770.

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

Color convert

RGB178170252-
CMYK0.290.3300.01
HSL245.85º93.18%82.75%-
HSV(B)245.85º32.54%98.82%-
XYZ50.3145.2498.18-
YUV181.74167.65125.33-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 29.67%
GREEN value IS 170 (66.80% from 255) = 28.33%
BLUE value IS 252 (98.83% from 255) = 42%
R=29.67%
G=28.33%
B=42%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1781702520.290.3300.01245.8593.1882.75
HexB2AAFC1D2101f65d53
Octal262252374354101366135123
Binary10110010101010101111110011101100001011111011010111011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2AAFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2AAFC; }

 p { color: rgb(178,170,252); }

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

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

 a { background-color: rgb(178,170,252); }

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

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

 span { border-color: rgb(178,170,252); }

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