#B2AAFD

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

Shades of Perano #B2AAFD

Tints of Perano #B2AAFD

Color information

#B2AAFD (or 0xB2AAFD) is unknown color: approx Perano. HEX triplet: B2, AA and FD. RGB value is (178,170,253). Sum of RGB (Red+Green+Blue) = 178+170+253=601 (79% of max value = 765). Red value is 178 (69.92% from 255 or 29.62% from 601); Green value is 170 (66.80% from 255 or 28.29% from 601); Blue value is 253 (99.22% from 255 or 42.10% from 601); Max value from RGB is 253 - color contains mainly: blue. Hex color #B2AAFD is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B2AAFD is #4D5502. Grayscale: #B5B5B5. Windows color (decimal): -5068035 or 16624306. OLE color: 16624306.

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

Color convert

RGB178170253-
CMYK0.300.3300.01
HSL245.78º95.4%82.94%-
HSV(B)245.78º32.81%99.22%-
XYZ50.4645.3199.01-
YUV181.85168.15125.25-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 29.62%
GREEN value IS 170 (66.80% from 255) = 28.29%
BLUE value IS 253 (99.22% from 255) = 42.10%
R=29.62%
G=28.29%
B=42.10%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1781702530.300.3300.01245.7895.482.94
HexB2AAFD1E2101f65f53
Octal262252375364101366137123
Binary10110010101010101111110111110100001011111011010111111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2AAFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2AAFD; }

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

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

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

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

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

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

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

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