#B1AFEA

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

Shades of Perano #B1AFEA

Tints of Perano #B1AFEA

Color information

#B1AFEA (or 0xB1AFEA) is unknown color: approx Perano. HEX triplet: B1, AF and EA. RGB value is (177,175,234). Sum of RGB (Red+Green+Blue) = 177+175+234=586 (77% of max value = 765). Red value is 177 (69.53% from 255 or 30.20% from 586); Green value is 175 (68.75% from 255 or 29.86% from 586); Blue value is 234 (91.80% from 255 or 39.93% from 586); Max value from RGB is 234 - color contains mainly: blue. Hex color #B1AFEA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B1AFEA is #4E5015. Grayscale: #B6B6B6. Windows color (decimal): -5132310 or 15380401. OLE color: 15380401.

HSL color Cylindrical-coordinate representation of color #B1AFEA: hue angle of 242.03º degrees, saturation: 0.58, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B1AFEA is Cyan = 0.24, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB177175234-
CMYK0.240.2500.08
HSL242.03º58.42%80.2%-
HSV(B)242.03º25.21%91.76%-
XYZ48.3145.9584.16-
YUV182.32157.16124.2-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 30.20%
GREEN value IS 175 (68.75% from 255) = 29.86%
BLUE value IS 234 (91.80% from 255) = 39.93%
R=30.20%
G=29.86%
B=39.93%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1771752340.240.2500.08242.0358.4280.2
HexB1AFEA181908f23a50
Octal261257352303101036272120
Binary101100011010111111101010110001100101000111100101110101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1AFEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1AFEA; }

 p { color: rgb(177,175,234); }

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

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

 a { background-color: rgb(177,175,234); }

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

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

 span { border-color: rgb(177,175,234); }

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