#B1BBDF

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

Shades of Perano #B1BBDF

Tints of Perano #B1BBDF

Color information

#B1BBDF (or 0xB1BBDF) is unknown color: approx Perano. HEX triplet: B1, BB and DF. RGB value is (177,187,223). Sum of RGB (Red+Green+Blue) = 177+187+223=587 (77% of max value = 765). Red value is 177 (69.53% from 255 or 30.15% from 587); Green value is 187 (73.44% from 255 or 31.86% from 587); Blue value is 223 (87.5% from 255 or 37.99% from 587); Max value from RGB is 223 - color contains mainly: blue. Hex color #B1BBDF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B1BBDF is #4E4420. Grayscale: #BBBBBB. Windows color (decimal): -5129249 or 14662577. OLE color: 14662577.

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

Color convert

RGB177187223-
CMYK0.210.1600.13
HSL226.96º41.82%78.43%-
HSV(B)226.96º20.63%87.45%-
XYZ49.2250.2276.91-
YUV188.11147.69120.07-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 30.15%
GREEN value IS 187 (73.44% from 255) = 31.86%
BLUE value IS 223 (87.5% from 255) = 37.99%
R=30.15%
G=31.86%
B=37.99%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1771872230.210.1600.13226.9641.8278.43
HexB1BBDF15100De32a4e
Octal261273337252001534352116
Binary101100011011101111011111101011000001101111000111010101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1BBDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1BBDF; }

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

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

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

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

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

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

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

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