#B1A7FF

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

Shades of Perano #B1A7FF

Tints of Perano #B1A7FF

Color information

#B1A7FF (or 0xB1A7FF) is unknown color: approx Perano. HEX triplet: B1, A7 and FF. RGB value is (177,167,255). Sum of RGB (Red+Green+Blue) = 177+167+255=599 (79% of max value = 765). Red value is 177 (69.53% from 255 or 29.55% from 599); Green value is 167 (65.62% from 255 or 27.88% from 599); Blue value is 255 (100% from 255 or 42.57% from 599); Max value from RGB is 255 - color contains mainly: blue. Hex color #B1A7FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B1A7FF is #4E5800. Grayscale: #B3B3B3. Windows color (decimal): -5134337 or 16754609. OLE color: 16754609.

HSL color Cylindrical-coordinate representation of color #B1A7FF: hue angle of 246.82º degrees, saturation: 1, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #B1A7FF is Cyan = 0.31, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB177167255-
CMYK0.310.3500
HSL246.82º100%82.75%-
HSV(B)246.82º34.51%100%-
XYZ5044.2100.5-
YUV180.02170.31125.84-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 29.55%
GREEN value IS 167 (65.62% from 255) = 27.88%
BLUE value IS 255 (100% from 255) = 42.57%
R=29.55%
G=27.88%
B=42.57%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1771672550.310.3500246.8210082.75
HexB1A7FF1F2300f76453
Octal261247377374300367144123
Binary10110001101001111111111111111100011001111011111001001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1A7FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1A7FF; }

 p { color: rgb(177,167,255); }

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

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

 a { background-color: rgb(177,167,255); }

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

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

 span { border-color: rgb(177,167,255); }

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