#B1B7DA

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

Shades of Perano #B1B7DA

Tints of Perano #B1B7DA

Color information

#B1B7DA (or 0xB1B7DA) is unknown color: approx Perano. HEX triplet: B1, B7 and DA. RGB value is (177,183,218). Sum of RGB (Red+Green+Blue) = 177+183+218=578 (76% of max value = 765). Red value is 177 (69.53% from 255 or 30.62% from 578); Green value is 183 (71.88% from 255 or 31.66% from 578); Blue value is 218 (85.55% from 255 or 37.72% from 578); Max value from RGB is 218 - color contains mainly: blue. Hex color #B1B7DA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B1B7DA is #4E4825. Grayscale: #B9B9B9. Windows color (decimal): -5130278 or 14333873. OLE color: 14333873.

HSL color Cylindrical-coordinate representation of color #B1B7DA: hue angle of 231.22º degrees, saturation: 0.36, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #B1B7DA is Cyan = 0.19, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB177183218-
CMYK0.190.1600.15
HSL231.22º35.65%77.45%-
HSV(B)231.22º18.81%85.49%-
XYZ47.7248.2873.13-
YUV185.2146.51122.15-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 30.62%
GREEN value IS 183 (71.88% from 255) = 31.66%
BLUE value IS 218 (85.55% from 255) = 37.72%
R=30.62%
G=31.66%
B=37.72%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1771832180.190.1600.15231.2235.6577.45
HexB1B7DA13100Fe7244d
Octal261267332232001734744115
Binary101100011011011111011010100111000001111111001111001001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1B7DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1B7DA; }

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

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

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

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

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

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

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

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