#B1B7FF

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

Shades of Perano #B1B7FF

Tints of Perano #B1B7FF

Color information

#B1B7FF (or 0xB1B7FF) is unknown color: approx Perano. HEX triplet: B1, B7 and FF. RGB value is (177,183,255). Sum of RGB (Red+Green+Blue) = 177+183+255=615 (81% of max value = 765). Red value is 177 (69.53% from 255 or 28.78% from 615); Green value is 183 (71.88% from 255 or 29.76% from 615); Blue value is 255 (100% from 255 or 41.46% from 615); Max value from RGB is 255 - color contains mainly: blue. Hex color #B1B7FF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B1B7FF is #4E4800. Grayscale: #BDBDBD. Windows color (decimal): -5130241 or 16758705. OLE color: 16758705.

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

Color convert

RGB177183255-
CMYK0.310.2800
HSL235.38º100%84.71%-
HSV(B)235.38º30.59%100%-
XYZ53.1150.43101.54-
YUV189.41165.01119.15-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 28.78%
GREEN value IS 183 (71.88% from 255) = 29.76%
BLUE value IS 255 (100% from 255) = 41.46%
R=28.78%
G=29.76%
B=41.46%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1771832550.310.2800235.3810084.71
HexB1B7FF1F1C00eb6455
Octal261267377373400353144125
Binary1011000110110111111111111111111100001110101111001001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1B7FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1B7FF; }

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

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

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

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

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

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

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

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