#B1ABEF

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

Shades of Perano #B1ABEF

Tints of Perano #B1ABEF

Color information

#B1ABEF (or 0xB1ABEF) is unknown color: approx Perano. HEX triplet: B1, AB and EF. RGB value is (177,171,239). Sum of RGB (Red+Green+Blue) = 177+171+239=587 (77% of max value = 765). Red value is 177 (69.53% from 255 or 30.15% from 587); Green value is 171 (67.19% from 255 or 29.13% from 587); Blue value is 239 (93.75% from 255 or 40.72% from 587); Max value from RGB is 239 - color contains mainly: blue. Hex color #B1ABEF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B1ABEF is #4E5410. Grayscale: #B4B4B4. Windows color (decimal): -5133329 or 15707057. OLE color: 15707057.

HSL color Cylindrical-coordinate representation of color #B1ABEF: hue angle of 245.29º degrees, saturation: 0.68, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B1ABEF is Cyan = 0.26, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB177171239-
CMYK0.260.2800.06
HSL245.29º68%80.39%-
HSV(B)245.29º28.45%93.73%-
XYZ48.2744.787.75-
YUV180.55160.99125.47-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 30.15%
GREEN value IS 171 (67.19% from 255) = 29.13%
BLUE value IS 239 (93.75% from 255) = 40.72%
R=30.15%
G=29.13%
B=40.72%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1771712390.260.2800.06245.296880.39
HexB1ABEF1A1C06f54450
Octal261253357323406365104120
Binary101100011010101111101111110101110001101111010110001001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1ABEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1ABEF; }

 p { color: rgb(177,171,239); }

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

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

 a { background-color: rgb(177,171,239); }

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

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

 span { border-color: rgb(177,171,239); }

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