#B3BAD5

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

Shades of Perano #B3BAD5

Tints of Perano #B3BAD5

Color information

#B3BAD5 (or 0xB3BAD5) is unknown color: approx Perano. HEX triplet: B3, BA and D5. RGB value is (179,186,213). Sum of RGB (Red+Green+Blue) = 179+186+213=578 (76% of max value = 765). Red value is 179 (70.31% from 255 or 30.97% from 578); Green value is 186 (73.05% from 255 or 32.18% from 578); Blue value is 213 (83.59% from 255 or 36.85% from 578); Max value from RGB is 213 - color contains mainly: blue. Hex color #B3BAD5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B3BAD5 is #4C452A. Grayscale: #BABABA. Windows color (decimal): -4998443 or 14006963. OLE color: 14006963.

HSL color Cylindrical-coordinate representation of color #B3BAD5: hue angle of 227.65º degrees, saturation: 0.29, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #B3BAD5 is Cyan = 0.16, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB179186213-
CMYK0.160.1300.16
HSL227.65º28.81%76.86%-
HSV(B)227.65º15.96%83.53%-
XYZ48.1649.5169.97-
YUV186.98142.68122.3-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 30.97%
GREEN value IS 186 (73.05% from 255) = 32.18%
BLUE value IS 213 (83.59% from 255) = 36.85%
R=30.97%
G=32.18%
B=36.85%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1791862130.160.1300.16227.6528.8176.86
HexB3BAD510D010e41d4d
Octal263272325201502034435115
Binary10110011101110101101010110000110101000011100100111011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3BAD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3BAD5; }

 p { color: rgb(179,186,213); }

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

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

 a { background-color: rgb(179,186,213); }

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

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

 span { border-color: rgb(179,186,213); }

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