#B1AEF3

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

Shades of Perano #B1AEF3

Tints of Perano #B1AEF3

Color information

#B1AEF3 (or 0xB1AEF3) is unknown color: approx Perano. HEX triplet: B1, AE and F3. RGB value is (177,174,243). Sum of RGB (Red+Green+Blue) = 177+174+243=594 (78% of max value = 765). Red value is 177 (69.53% from 255 or 29.80% from 594); Green value is 174 (68.36% from 255 or 29.29% from 594); Blue value is 243 (95.31% from 255 or 40.91% from 594); Max value from RGB is 243 - color contains mainly: blue. Hex color #B1AEF3 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B1AEF3 is #4E510C. Grayscale: #B6B6B6. Windows color (decimal): -5132557 or 15969969. OLE color: 15969969.

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

Color convert

RGB177174243-
CMYK0.270.2800.05
HSL242.61º74.19%81.76%-
HSV(B)242.61º28.4%95.29%-
XYZ49.4546.0991.08-
YUV182.76161.99123.89-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 29.80%
GREEN value IS 174 (68.36% from 255) = 29.29%
BLUE value IS 243 (95.31% from 255) = 40.91%
R=29.80%
G=29.29%
B=40.91%

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
Decimal1771742430.270.2800.05242.6174.1981.76
HexB1AEF31B1C05f34a52
Octal261256363333405363112122
Binary101100011010111011110011110111110001011111001110010101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1AEF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1AEF3; }

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

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

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

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

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

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

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

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