#B1AEF6

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

Shades of Perano #B1AEF6

Tints of Perano #B1AEF6

Color information

#B1AEF6 (or 0xB1AEF6) is unknown color: approx Perano. HEX triplet: B1, AE and F6. RGB value is (177,174,246). Sum of RGB (Red+Green+Blue) = 177+174+246=597 (79% of max value = 765). Red value is 177 (69.53% from 255 or 29.65% from 597); Green value is 174 (68.36% from 255 or 29.15% from 597); Blue value is 246 (96.48% from 255 or 41.21% from 597); Max value from RGB is 246 - color contains mainly: blue. Hex color #B1AEF6 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B1AEF6 is #4E5109. Grayscale: #B6B6B6. Windows color (decimal): -5132554 or 16166577. OLE color: 16166577.

HSL color Cylindrical-coordinate representation of color #B1AEF6: hue angle of 242.5º degrees, saturation: 0.8, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B1AEF6 is Cyan = 0.28, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB177174246-
CMYK0.280.2900.04
HSL242.5º80%82.35%-
HSV(B)242.5º29.27%96.47%-
XYZ49.946.2793.49-
YUV183.1163.49123.65-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 29.65%
GREEN value IS 174 (68.36% from 255) = 29.15%
BLUE value IS 246 (96.48% from 255) = 41.21%
R=29.65%
G=29.15%
B=41.21%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1771742460.280.2900.04242.58082.35
HexB1AEF61C1D04f25052
Octal261256366343504362120122
Binary101100011010111011110110111001110101001111001010100001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1AEF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1AEF6; }

 p { color: rgb(177,174,246); }

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

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

 a { background-color: rgb(177,174,246); }

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

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

 span { border-color: rgb(177,174,246); }

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