#B1BDDD

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

Shades of Perano #B1BDDD

Tints of Perano #B1BDDD

Color information

#B1BDDD (or 0xB1BDDD) is unknown color: approx Perano. HEX triplet: B1, BD and DD. RGB value is (177,189,221). Sum of RGB (Red+Green+Blue) = 177+189+221=587 (77% of max value = 765). Red value is 177 (69.53% from 255 or 30.15% from 587); Green value is 189 (74.22% from 255 or 32.20% from 587); Blue value is 221 (86.72% from 255 or 37.65% from 587); Max value from RGB is 221 - color contains mainly: blue. Hex color #B1BDDD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B1BDDD is #4E4222. Grayscale: #BCBCBC. Windows color (decimal): -5128739 or 14532017. OLE color: 14532017.

HSL color Cylindrical-coordinate representation of color #B1BDDD: hue angle of 223.64º 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 #B1BDDD is Cyan = 0.20, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB177189221-
CMYK0.200.1400.13
HSL223.64º39.29%78.04%-
HSV(B)223.64º19.91%86.67%-
XYZ49.3850.9675.64-
YUV189.06146.02119.4-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 30.15%
GREEN value IS 189 (74.22% from 255) = 32.20%
BLUE value IS 221 (86.72% from 255) = 37.65%
R=30.15%
G=32.20%
B=37.65%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1771892210.200.1400.13223.6439.2978.04
HexB1BDDD14E0De0274e
Octal261275335241601534047116
Binary10110001101111011101110110100111001101111000001001111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1BDDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1BDDD; }

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

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

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

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

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

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

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

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