#B1BBDA

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

Shades of Perano #B1BBDA

Tints of Perano #B1BBDA

Color information

#B1BBDA (or 0xB1BBDA) is unknown color: approx Perano. HEX triplet: B1, BB and DA. RGB value is (177,187,218). Sum of RGB (Red+Green+Blue) = 177+187+218=582 (77% of max value = 765). Red value is 177 (69.53% from 255 or 30.41% from 582); Green value is 187 (73.44% from 255 or 32.13% from 582); Blue value is 218 (85.55% from 255 or 37.46% from 582); Max value from RGB is 218 - color contains mainly: blue. Hex color #B1BBDA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B1BBDA is #4E4425. Grayscale: #BBBBBB. Windows color (decimal): -5129254 or 14334897. OLE color: 14334897.

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

Color convert

RGB177187218-
CMYK0.190.1400.15
HSL225.37º35.65%77.45%-
HSV(B)225.37º18.81%85.49%-
XYZ48.5649.9573.41-
YUV187.54145.19120.48-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 30.41%
GREEN value IS 187 (73.44% from 255) = 32.13%
BLUE value IS 218 (85.55% from 255) = 37.46%
R=30.41%
G=32.13%
B=37.46%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1771872180.190.1400.15225.3735.6577.45
HexB1BBDA13E0Fe1244d
Octal261273332231601734144115
Binary10110001101110111101101010011111001111111000011001001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1BBDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1BBDA; }

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

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

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

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

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

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

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

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