#B1B7EB

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

Shades of Perano #B1B7EB

Tints of Perano #B1B7EB

Color information

#B1B7EB (or 0xB1B7EB) is unknown color: approx Perano. HEX triplet: B1, B7 and EB. RGB value is (177,183,235). Sum of RGB (Red+Green+Blue) = 177+183+235=595 (78% of max value = 765). Red value is 177 (69.53% from 255 or 29.75% from 595); Green value is 183 (71.88% from 255 or 30.76% from 595); Blue value is 235 (92.19% from 255 or 39.50% from 595); Max value from RGB is 235 - color contains mainly: blue. Hex color #B1B7EB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B1B7EB is #4E4814. Grayscale: #BABABA. Windows color (decimal): -5130261 or 15447985. OLE color: 15447985.

HSL color Cylindrical-coordinate representation of color #B1B7EB: hue angle of 233.79º degrees, saturation: 0.59, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B1B7EB is Cyan = 0.25, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB177183235-
CMYK0.250.2200.08
HSL233.79º59.18%80.78%-
HSV(B)233.79º24.68%92.16%-
XYZ50.0649.2185.46-
YUV187.13155.01120.77-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 29.75%
GREEN value IS 183 (71.88% from 255) = 30.76%
BLUE value IS 235 (92.19% from 255) = 39.50%
R=29.75%
G=30.76%
B=39.50%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1771832350.250.2200.08233.7959.1880.78
HexB1B7EB191608ea3b51
Octal261267353312601035273121
Binary101100011011011111101011110011011001000111010101110111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1B7EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1B7EB; }

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

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

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

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

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

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

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

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