#B1B7EA

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

Shades of Perano #B1B7EA

Tints of Perano #B1B7EA

Color information

#B1B7EA (or 0xB1B7EA) is unknown color: approx Perano. HEX triplet: B1, B7 and EA. RGB value is (177,183,234). Sum of RGB (Red+Green+Blue) = 177+183+234=594 (78% of max value = 765). Red value is 177 (69.53% from 255 or 29.80% from 594); Green value is 183 (71.88% from 255 or 30.81% from 594); Blue value is 234 (91.80% from 255 or 39.39% from 594); Max value from RGB is 234 - color contains mainly: blue. Hex color #B1B7EA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B1B7EA is #4E4815. Grayscale: #BABABA. Windows color (decimal): -5130262 or 15382449. OLE color: 15382449.

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

Color convert

RGB177183234-
CMYK0.240.2200.08
HSL233.68º57.58%80.59%-
HSV(B)233.68º24.36%91.76%-
XYZ49.9249.1584.7-
YUV187.02154.51120.85-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 29.80%
GREEN value IS 183 (71.88% from 255) = 30.81%
BLUE value IS 234 (91.80% from 255) = 39.39%
R=29.80%
G=30.81%
B=39.39%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1771832340.240.2200.08233.6857.5880.59
HexB1B7EA181608ea3a51
Octal261267352302601035272121
Binary101100011011011111101010110001011001000111010101110101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1B7EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1B7EA; }

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

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

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

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

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

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

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

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