#B1AEFD

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

Shades of Perano #B1AEFD

Tints of Perano #B1AEFD

Color information

#B1AEFD (or 0xB1AEFD) is unknown color: approx Perano. HEX triplet: B1, AE and FD. RGB value is (177,174,253). Sum of RGB (Red+Green+Blue) = 177+174+253=604 (80% of max value = 765). Red value is 177 (69.53% from 255 or 29.30% from 604); Green value is 174 (68.36% from 255 or 28.81% from 604); Blue value is 253 (99.22% from 255 or 41.89% from 604); Max value from RGB is 253 - color contains mainly: blue. Hex color #B1AEFD is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B1AEFD is #4E5102. Grayscale: #B7B7B7. Windows color (decimal): -5132547 or 16625329. OLE color: 16625329.

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

Color convert

RGB177174253-
CMYK0.300.3100.01
HSL242.28º95.18%83.73%-
HSV(B)242.28º31.23%99.22%-
XYZ5146.7199.26-
YUV183.9166.99123.08-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 29.30%
GREEN value IS 174 (68.36% from 255) = 28.81%
BLUE value IS 253 (99.22% from 255) = 41.89%
R=29.30%
G=28.81%
B=41.89%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1771742530.300.3100.01242.2895.1883.73
HexB1AEFD1E1F01f25f54
Octal261256375363701362137124
Binary1011000110101110111111011111011111011111001010111111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1AEFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1AEFD; }

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

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

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

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

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

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

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

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