#B2AEF3

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

Shades of Perano #B2AEF3

Tints of Perano #B2AEF3

Color information

#B2AEF3 (or 0xB2AEF3) is unknown color: approx Perano. HEX triplet: B2, AE and F3. RGB value is (178,174,243). Sum of RGB (Red+Green+Blue) = 178+174+243=595 (78% of max value = 765). Red value is 178 (69.92% from 255 or 29.92% from 595); Green value is 174 (68.36% from 255 or 29.24% from 595); Blue value is 243 (95.31% from 255 or 40.84% from 595); Max value from RGB is 243 - color contains mainly: blue. Hex color #B2AEF3 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B2AEF3 is #4D510C. Grayscale: #B6B6B6. Windows color (decimal): -5067021 or 15969970. OLE color: 15969970.

HSL color Cylindrical-coordinate representation of color #B2AEF3: hue angle of 243.48º degrees, saturation: 0.74, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B2AEF3 is Cyan = 0.27, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB178174243-
CMYK0.270.2800.05
HSL243.48º74.19%81.76%-
HSV(B)243.48º28.4%95.29%-
XYZ49.6746.2191.09-
YUV183.06161.83124.39-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 29.92%
GREEN value IS 174 (68.36% from 255) = 29.24%
BLUE value IS 243 (95.31% from 255) = 40.84%
R=29.92%
G=29.24%
B=40.84%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1781742430.270.2800.05243.4874.1981.76
HexB2AEF31B1C05f34a52
Octal262256363333405363112122
Binary101100101010111011110011110111110001011111001110010101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2AEF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2AEF3; }

 p { color: rgb(178,174,243); }

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

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

 a { background-color: rgb(178,174,243); }

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

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

 span { border-color: rgb(178,174,243); }

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