#B1BADF

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

Shades of Perano #B1BADF

Tints of Perano #B1BADF

Color information

#B1BADF (or 0xB1BADF) is unknown color: approx Perano. HEX triplet: B1, BA and DF. RGB value is (177,186,223). Sum of RGB (Red+Green+Blue) = 177+186+223=586 (77% of max value = 765). Red value is 177 (69.53% from 255 or 30.20% from 586); Green value is 186 (73.05% from 255 or 31.74% from 586); Blue value is 223 (87.5% from 255 or 38.05% from 586); Max value from RGB is 223 - color contains mainly: blue. Hex color #B1BADF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B1BADF is #4E4520. Grayscale: #BBBBBB. Windows color (decimal): -5129505 or 14662321. OLE color: 14662321.

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

Color convert

RGB177186223-
CMYK0.210.1700.13
HSL228.26º41.82%78.43%-
HSV(B)228.26º20.63%87.45%-
XYZ49.0149.7976.84-
YUV187.53148.02120.49-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 30.20%
GREEN value IS 186 (73.05% from 255) = 31.74%
BLUE value IS 223 (87.5% from 255) = 38.05%
R=30.20%
G=31.74%
B=38.05%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1771862230.210.1700.13228.2641.8278.43
HexB1BADF15110De42a4e
Octal261272337252101534452116
Binary101100011011101011011111101011000101101111001001010101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1BADF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1BADF; }

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

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

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

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

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

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

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

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