#B1B6DB

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

Shades of Perano #B1B6DB

Tints of Perano #B1B6DB

Color information

#B1B6DB (or 0xB1B6DB) is unknown color: approx Perano. HEX triplet: B1, B6 and DB. RGB value is (177,182,219). Sum of RGB (Red+Green+Blue) = 177+182+219=578 (76% of max value = 765). Red value is 177 (69.53% from 255 or 30.62% from 578); Green value is 182 (71.48% from 255 or 31.49% from 578); Blue value is 219 (85.94% from 255 or 37.89% from 578); Max value from RGB is 219 - color contains mainly: blue. Hex color #B1B6DB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B1B6DB is #4E4924. Grayscale: #B8B8B8. Windows color (decimal): -5130533 or 14399153. OLE color: 14399153.

HSL color Cylindrical-coordinate representation of color #B1B6DB: hue angle of 232.86º degrees, saturation: 0.37, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #B1B6DB is Cyan = 0.19, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB177182219-
CMYK0.190.1700.14
HSL232.86º36.84%77.65%-
HSV(B)232.86º19.18%85.88%-
XYZ47.6547.9273.76-
YUV184.72147.34122.49-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 30.62%
GREEN value IS 182 (71.48% from 255) = 31.49%
BLUE value IS 219 (85.94% from 255) = 37.89%
R=30.62%
G=31.49%
B=37.89%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1771822190.190.1700.14232.8636.8477.65
HexB1B6DB13110Ee9254e
Octal261266333232101635145116
Binary101100011011011011011011100111000101110111010011001011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1B6DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1B6DB; }

 p { color: rgb(177,182,219); }

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

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

 a { background-color: rgb(177,182,219); }

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

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

 span { border-color: rgb(177,182,219); }

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