#B1BADD

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

Shades of Perano #B1BADD

Tints of Perano #B1BADD

Color information

#B1BADD (or 0xB1BADD) is unknown color: approx Perano. HEX triplet: B1, BA and DD. RGB value is (177,186,221). Sum of RGB (Red+Green+Blue) = 177+186+221=584 (77% of max value = 765). Red value is 177 (69.53% from 255 or 30.31% from 584); Green value is 186 (73.05% from 255 or 31.85% from 584); Blue value is 221 (86.72% from 255 or 37.84% from 584); Max value from RGB is 221 - color contains mainly: blue. Hex color #B1BADD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B1BADD is #4E4522. Grayscale: #BBBBBB. Windows color (decimal): -5129507 or 14531249. OLE color: 14531249.

HSL color Cylindrical-coordinate representation of color #B1BADD: hue angle of 227.73º degrees, saturation: 0.39, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #B1BADD is Cyan = 0.20, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB177186221-
CMYK0.200.1600.13
HSL227.73º39.29%78.04%-
HSV(B)227.73º19.91%86.67%-
XYZ48.7449.6975.43-
YUV187.3147.02120.65-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 30.31%
GREEN value IS 186 (73.05% from 255) = 31.85%
BLUE value IS 221 (86.72% from 255) = 37.84%
R=30.31%
G=31.85%
B=37.84%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1771862210.200.1600.13227.7339.2978.04
HexB1BADD14100De4274e
Octal261272335242001534447116
Binary101100011011101011011101101001000001101111001001001111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1BADD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1BADD; }

 p { color: rgb(177,186,221); }

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

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

 a { background-color: rgb(177,186,221); }

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

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

 span { border-color: rgb(177,186,221); }

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