#B1AEFA

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

Shades of Perano #B1AEFA

Tints of Perano #B1AEFA

Color information

#B1AEFA (or 0xB1AEFA) is unknown color: approx Perano. HEX triplet: B1, AE and FA. RGB value is (177,174,250). Sum of RGB (Red+Green+Blue) = 177+174+250=601 (79% of max value = 765). Red value is 177 (69.53% from 255 or 29.45% from 601); Green value is 174 (68.36% from 255 or 28.95% from 601); Blue value is 250 (98.05% from 255 or 41.60% from 601); Max value from RGB is 250 - color contains mainly: blue. Hex color #B1AEFA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B1AEFA is #4E5105. Grayscale: #B7B7B7. Windows color (decimal): -5132550 or 16428721. OLE color: 16428721.

HSL color Cylindrical-coordinate representation of color #B1AEFA: hue angle of 242.37º degrees, saturation: 0.88, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B1AEFA is Cyan = 0.29, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB177174250-
CMYK0.290.3000.02
HSL242.37º88.37%83.14%-
HSV(B)242.37º30.4%98.04%-
XYZ50.5246.5296.76-
YUV183.56165.49123.32-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 29.45%
GREEN value IS 174 (68.36% from 255) = 28.95%
BLUE value IS 250 (98.05% from 255) = 41.60%
R=29.45%
G=28.95%
B=41.60%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1771742500.290.3000.02242.3788.3783.14
HexB1AEFA1D1E02f25853
Octal261256372353602362130123
Binary10110001101011101111101011101111100101111001010110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1AEFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1AEFA; }

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

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

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

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

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

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

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

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