#B2AEF2

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

Shades of Perano #B2AEF2

Tints of Perano #B2AEF2

Color information

#B2AEF2 (or 0xB2AEF2) is unknown color: approx Perano. HEX triplet: B2, AE and F2. RGB value is (178,174,242). Sum of RGB (Red+Green+Blue) = 178+174+242=594 (78% of max value = 765). Red value is 178 (69.92% from 255 or 29.97% from 594); Green value is 174 (68.36% from 255 or 29.29% from 594); Blue value is 242 (94.92% from 255 or 40.74% from 594); Max value from RGB is 242 - color contains mainly: blue. Hex color #B2AEF2 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B2AEF2 is #4D510D. Grayscale: #B6B6B6. Windows color (decimal): -5067022 or 15904434. OLE color: 15904434.

HSL color Cylindrical-coordinate representation of color #B2AEF2: hue angle of 243.53º degrees, saturation: 0.72, 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 #B2AEF2 is Cyan = 0.26, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB178174242-
CMYK0.260.2800.05
HSL243.53º72.34%81.57%-
HSV(B)243.53º28.1%94.9%-
XYZ49.5246.1590.3-
YUV182.95161.33124.47-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 29.97%
GREEN value IS 174 (68.36% from 255) = 29.29%
BLUE value IS 242 (94.92% from 255) = 40.74%
R=29.97%
G=29.29%
B=40.74%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1781742420.260.2800.05243.5372.3481.57
HexB2AEF21A1C05f44852
Octal262256362323405364110122
Binary101100101010111011110010110101110001011111010010010001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2AEF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2AEF2; }

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

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

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

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

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

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

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

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