#B1AFEF

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

Shades of Perano #B1AFEF

Tints of Perano #B1AFEF

Color information

#B1AFEF (or 0xB1AFEF) is unknown color: approx Perano. HEX triplet: B1, AF and EF. RGB value is (177,175,239). Sum of RGB (Red+Green+Blue) = 177+175+239=591 (78% of max value = 765). Red value is 177 (69.53% from 255 or 29.95% from 591); Green value is 175 (68.75% from 255 or 29.61% from 591); Blue value is 239 (93.75% from 255 or 40.44% from 591); Max value from RGB is 239 - color contains mainly: blue. Hex color #B1AFEF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B1AFEF is #4E5010. Grayscale: #B6B6B6. Windows color (decimal): -5132305 or 15708081. OLE color: 15708081.

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

Color convert

RGB177175239-
CMYK0.260.2700.06
HSL241.88º66.67%81.18%-
HSV(B)241.88º26.78%93.73%-
XYZ49.0446.2488-
YUV182.89159.66123.8-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 29.95%
GREEN value IS 175 (68.75% from 255) = 29.61%
BLUE value IS 239 (93.75% from 255) = 40.44%
R=29.95%
G=29.61%
B=40.44%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1771752390.260.2700.06241.8866.6781.18
HexB1AFEF1A1B06f24351
Octal261257357323306362103121
Binary101100011010111111101111110101101101101111001010000111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1AFEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1AFEF; }

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

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

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

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

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

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

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

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