#B1B7EF

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

Shades of Perano #B1B7EF

Tints of Perano #B1B7EF

Color information

#B1B7EF (or 0xB1B7EF) is unknown color: approx Perano. HEX triplet: B1, B7 and EF. RGB value is (177,183,239). Sum of RGB (Red+Green+Blue) = 177+183+239=599 (79% of max value = 765). Red value is 177 (69.53% from 255 or 29.55% from 599); Green value is 183 (71.88% from 255 or 30.55% from 599); Blue value is 239 (93.75% from 255 or 39.90% from 599); Max value from RGB is 239 - color contains mainly: blue. Hex color #B1B7EF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B1B7EF is #4E4810. Grayscale: #BBBBBB. Windows color (decimal): -5130257 or 15710129. OLE color: 15710129.

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

Color convert

RGB177183239-
CMYK0.260.2300.06
HSL234.19º65.96%81.57%-
HSV(B)234.19º25.94%93.73%-
XYZ50.6449.4588.54-
YUV187.59157.01120.45-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 29.55%
GREEN value IS 183 (71.88% from 255) = 30.55%
BLUE value IS 239 (93.75% from 255) = 39.90%
R=29.55%
G=30.55%
B=39.90%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1771832390.260.2300.06234.1965.9681.57
HexB1B7EF1A1706ea4252
Octal261267357322706352102122
Binary101100011011011111101111110101011101101110101010000101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1B7EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1B7EF; }

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

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

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

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

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

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

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

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