#B3BAD8

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

Shades of Perano #B3BAD8

Tints of Perano #B3BAD8

Color information

#B3BAD8 (or 0xB3BAD8) is unknown color: approx Perano. HEX triplet: B3, BA and D8. RGB value is (179,186,216). Sum of RGB (Red+Green+Blue) = 179+186+216=581 (76% of max value = 765). Red value is 179 (70.31% from 255 or 30.81% from 581); Green value is 186 (73.05% from 255 or 32.01% from 581); Blue value is 216 (84.77% from 255 or 37.18% from 581); Max value from RGB is 216 - color contains mainly: blue. Hex color #B3BAD8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B3BAD8 is #4C4527. Grayscale: #BBBBBB. Windows color (decimal): -4998440 or 14203571. OLE color: 14203571.

HSL color Cylindrical-coordinate representation of color #B3BAD8: hue angle of 228.65º degrees, saturation: 0.32, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #B3BAD8 is Cyan = 0.17, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB179186216-
CMYK0.170.1400.15
HSL228.65º32.17%77.45%-
HSV(B)228.65º17.13%84.71%-
XYZ48.5449.6671.99-
YUV187.33144.18122.06-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 30.81%
GREEN value IS 186 (73.05% from 255) = 32.01%
BLUE value IS 216 (84.77% from 255) = 37.18%
R=30.81%
G=32.01%
B=37.18%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1791862160.170.1400.15228.6532.1777.45
HexB3BAD811E0Fe5204d
Octal263272330211601734540115
Binary10110011101110101101100010001111001111111001011000001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3BAD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3BAD8; }

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

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

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

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

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

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

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

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