#B1AEFF

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

Shades of Perano #B1AEFF

Tints of Perano #B1AEFF

Color information

#B1AEFF (or 0xB1AEFF) is unknown color: approx Perano. HEX triplet: B1, AE and FF. RGB value is (177,174,255). Sum of RGB (Red+Green+Blue) = 177+174+255=606 (80% of max value = 765). Red value is 177 (69.53% from 255 or 29.21% from 606); Green value is 174 (68.36% from 255 or 28.71% from 606); Blue value is 255 (100% from 255 or 42.08% from 606); Max value from RGB is 255 - color contains mainly: blue. Hex color #B1AEFF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B1AEFF is #4E5100. Grayscale: #B7B7B7. Windows color (decimal): -5132545 or 16756401. OLE color: 16756401.

HSL color Cylindrical-coordinate representation of color #B1AEFF: hue angle of 242.22º degrees, saturation: 1, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #B1AEFF is Cyan = 0.31, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB177174255-
CMYK0.310.3200
HSL242.22º100%84.12%-
HSV(B)242.22º31.76%100%-
XYZ51.3246.84100.94-
YUV184.13167.99122.91-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 29.21%
GREEN value IS 174 (68.36% from 255) = 28.71%
BLUE value IS 255 (100% from 255) = 42.08%
R=29.21%
G=28.71%
B=42.08%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1771742550.310.3200242.2210084.12
HexB1AEFF1F2000f26454
Octal261256377374000362144124
Binary10110001101011101111111111111100000001111001011001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1AEFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1AEFF; }

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

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

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

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

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

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

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

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